Rakefile in tcd_x12-1.6.2 vs Rakefile in tcd_x12-1.6.3
- old
+ new
@@ -9,6 +9,15 @@
t.libs << 'test'
t.test_files = FileList['test/**/*_test.rb']
t.verbose = true
end
-task :default => :test
\ No newline at end of file
+# desc 'Test the plugin, and run benchmarks'
+# Rake::TestTask.new(:benchmark) do |t|
+# ENV['BENCH'] = 'true'
+# t.libs << 'lib'
+# t.libs << 'test'
+# t.test_files = FileList['test/**/*_test.rb']
+# t.verbose = true
+# end
+
+task(default: :test)