Rakefile in exception_handling-1.0.4 vs Rakefile in exception_handling-1.0.5
- old
+ new
@@ -12,6 +12,7 @@
end
Rake::Task['test:unit'].comment = "Run the unit tests"
end
-task :default => 'test:unit'
+task :test => 'test:unit'
+task :default => 'test'