summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-05-24 14:45:36 +0100
committerLee Jarvis <lee@jarvis.co>2011-05-24 14:45:36 +0100
commit817af6d3b87855e3a4d5849b0680a277254d1b67 (patch)
treed1012ffaa6c7ed04d0a32254b83bdc33873c3641 /Rakefile
parenta0c14f834fbd5acb20f31804aeb4d639f18027be (diff)
downloadslop-817af6d3b87855e3a4d5849b0680a277254d1b67.tar.gz
add test_all rake task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index cf8c27a..6ef7542 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,4 +3,8 @@ task :test do
Dir.glob("test/*_test.rb").each { |test| require "./#{test}" }
end
+task :test_all do
+ sh "rvm 1.8.7,ruby,rbx,1.9.2 exec rake test"
+end
+
task :default => :test \ No newline at end of file