From 36af6b85cfd79c2beefea73da83fd2ffe7693ea8 Mon Sep 17 00:00:00 2001 From: Watson Date: Fri, 26 Oct 2012 02:39:23 +0900 Subject: [PATCH] add spec task into TestUnit as alias for default --- test/TestUnit/Rakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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