Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Making rake an alias to rake spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Bunsch committed May 30, 2011
1 parent e819a5c commit 9b524c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ begin
t.verbose = false
end

task :default => [:spec]

namespace :spec do
task :cleanup do
rm_rf 'coverage.data'
Expand All @@ -30,6 +32,6 @@ begin

end

rescue
rescue
puts 'Could not load Broadcast RSpec Rake tasks'
end
end

0 comments on commit 9b524c3

Please sign in to comment.