Skip to content

Commit

Permalink
Tweak Rake task descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
njonsson committed Jan 4, 2013
1 parent 0d2a4b7 commit 7020403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -34,10 +34,10 @@ def define_spec_task(name, options={})
end
end

desc 'Run all specs'
desc 'Run specs'
define_spec_task :spec

desc 'Run all specs and test features'
desc 'Run specs and test features'
task '' => [:spec, :features]
task :default => [:spec, :features]

Expand Down

0 comments on commit 7020403

Please sign in to comment.