Rakefile in magic_grid-0.12.3 vs Rakefile in magic_grid-0.12.4
- old
+ new
@@ -30,8 +30,8 @@
t.pattern = 'spec/**/*_spec.rb'
t.verbose = false
end
desc "Run TestUnit and RSpec tests"
-task tests: [:spec, :test]
+task :tests => [:spec, :test]
-task default: :tests
+task :default => :tests