Skip to content

Commit

Permalink
Added default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
mloughran committed Feb 24, 2011
1 parent cdedd7b commit 891bbcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -7,3 +7,5 @@ RSpec::Core::RakeTask.new do |t|
t.rspec_opts = ["-c", "-f progress", "-r ./spec/helper.rb"]
t.pattern = 'spec/**/*_spec.rb'
end

task :default => :spec

0 comments on commit 891bbcd

Please sign in to comment.