blob: 8d656df062e56b5d86ea192794f66b8ce2cdf727 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/Rakefile
+++ b/Rakefile
@@ -35,7 +35,6 @@
t.libs << "test"
t.test_files = FileList['test/test_*.rb']
end
-task :test => :build
desc 'Run some benchmarks'
task :benchmark => :build do
|