Rakefile in magic_grid-0.11.1 vs Rakefile in magic_grid-0.12.0
- 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