Skip to content

Commit

Permalink
Add default rake task pointed to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin S. Leitgeb committed Apr 18, 2009
1 parent 7d4466f commit 8ea9209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ def recent_specs(touched_since)
recent_specs.uniq recent_specs.uniq
end end


desc "Run all the tests"
task :default => :spec

# Tasks # Tasks
Spec::Rake::SpecTask.new do |t| Spec::Rake::SpecTask.new do |t|
t.spec_opts = ['--options', "\"#{File.dirname(__FILE__)}/spec/spec.opts\""] t.spec_opts = ['--options', "\"#{File.dirname(__FILE__)}/spec/spec.opts\""]
Expand Down

0 comments on commit 8ea9209

Please sign in to comment.