Skip to content

Commit

Permalink
this make running the specs the default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Bender committed Oct 31, 2014
1 parent 170471e commit d35960c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ rescue Bundler::BundlerError => e
$stderr.puts "Run `bundle install` to install missing gems"
exit e.status_code
end

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

0 comments on commit d35960c

Please sign in to comment.