Rakefile in rails_best_practices-0.6.7 vs Rakefile in rails_best_practices-0.7.0

- old
+ new

@@ -33,5 +33,6 @@ spec.rspec_opts = %w(--format progress) spec.pattern = "spec/**/*_spec.rb" end task :default => :spec +task :test => :spec