Rakefile in ar_mysql_flexmaster-0.1.2 vs Rakefile in ar_mysql_flexmaster-0.1.3

- old
+ new

@@ -10,5 +10,7 @@ test.libs << 'lib' << 'test' test.pattern = 'test/*_test.rb' #test.test_files = ['test/integration/run_integration_tests'] test.verbose = true end + +task :default => :test