Rakefile in bindata-2.3.3 vs Rakefile in bindata-2.3.4

- old
+ new

@@ -8,9 +8,9 @@ task :clobber do rm_rf 'pkg' end Rake::TestTask.new do |t| - t.pattern = "test/**/*_test.rb" + t.pattern = "test/**/*_test.rb" end -task :default => :test +task default: :test