diff --git a/test/TestUnit/Rakefile b/test/TestUnit/Rakefile index 86e9c5c9..5f189c3c 100644 --- a/test/TestUnit/Rakefile +++ b/test/TestUnit/Rakefile @@ -1,4 +1,6 @@ task :default do ruby = ENV['ruby'] || "/Library/RubyMotion/bin/ruby" system "#{ruby} -Ilib -r require_relative.rb runner.rb" -end \ No newline at end of file +end + +task :spec => :default \ No newline at end of file