Rakefile in strong_migrations-0.1.6 vs Rakefile in strong_migrations-0.1.7

- old
+ new

@@ -3,8 +3,9 @@ Rake::TestTask.new(:test) do |t| t.libs << "test" t.libs << "lib" t.test_files = FileList["test/**/*_test.rb"] + t.warning = false end task default: :test