Rakefile in enumerated_field-0.1.0 vs Rakefile in enumerated_field-0.2.0

- old
+ new

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