Skip to content

Commit

Permalink
Rename :rspec task to :spec.
Browse files Browse the repository at this point in the history
It's the default, I don't need to change it.
  • Loading branch information
weppos committed Sep 11, 2011
1 parent f534e30 commit 247a885
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ end


# Run test by default.
task :default => :rspec
task :test => :rspec
task :default => :spec
task :test => :spec

# This builds the actual gem. For details of what all these options
# mean, and other ones you can add, check the documentation here:
Expand Down Expand Up @@ -70,7 +70,7 @@ end


# Run all the specs in the /spec folder
RSpec::Core::RakeTask.new(:rspec)
RSpec::Core::RakeTask.new


namespace :multitest do
Expand Down

0 comments on commit 247a885

Please sign in to comment.