summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-05-24 14:46:21 +0100
committerLee Jarvis <lee@jarvis.co>2011-05-24 14:46:21 +0100
commit7e3c41482155b8e33d7b58877496ce2da680ba20 (patch)
tree51d0c9341bcde23bd7ee089171557aa84d343d6e /Rakefile
parent817af6d3b87855e3a4d5849b0680a277254d1b67 (diff)
downloadslop-7e3c41482155b8e33d7b58877496ce2da680ba20.tar.gz
oops, this should be jruby
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6ef7542..9db6406 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,7 +4,7 @@ task :test do
end
task :test_all do
- sh "rvm 1.8.7,ruby,rbx,1.9.2 exec rake test"
+ sh "rvm 1.8.7,jruby,rbx,1.9.2 exec rake test"
end
task :default => :test \ No newline at end of file