about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-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