git_stats/Rakefile

8 lines
127 B
Ruby
Raw Permalink Normal View History

2012-10-08 17:11:11 +02:00
require "bundler/gem_tasks"
2012-10-23 21:57:27 +02:00
require 'rspec/core/rake_task'
task :default => :spec
desc "Run specs"
RSpec::Core::RakeTask.new