about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-01-08 21:44:44 +0000
committerEric Wong <e@80x24.org>2023-01-08 21:48:40 +0000
commitafa6a2ea602fb26a16c6f0b9408339086f2790bd (patch)
treeb104e8541492b4be03a4111a410743417f94fc0a
parentbabee7d4dfbf0771621f51dc1e438fad019efe1e (diff)
downloadmwrap-afa6a2ea602fb26a16c6f0b9408339086f2790bd.tar.gz
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index cf4311e..efb62b1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -8,7 +8,7 @@ rescue LoadError
   warn 'rake-compiler not available, cross compiling disabled'
 end
 
-Rake::TestTask.new(:test)
+Rake::TestTask.new('test-ruby')
 task 'test-ruby' => :compile
 task :default => :compile