Rakefile in magic_grid-0.12.4 vs Rakefile in magic_grid-0.12.5

- old
+ new

@@ -32,6 +32,6 @@ end desc "Run TestUnit and RSpec tests" task :tests => [:spec, :test] -task :default => :tests +task :default => :spec