aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/rspec/spec/README.jruby
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/rspec/spec/README.jruby')
-rw-r--r--vendor/plugins/rspec/spec/README.jruby14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/plugins/rspec/spec/README.jruby b/vendor/plugins/rspec/spec/README.jruby
new file mode 100644
index 000000000..0b31d1877
--- /dev/null
+++ b/vendor/plugins/rspec/spec/README.jruby
@@ -0,0 +1,14 @@
+= Running specs on JRuby =
+
+svn co http://svn.codehaus.org/jruby/trunk jruby
+cd jruby/jruby
+ant clean
+ant
+# put JRuby's bin dir on your PATH
+jruby -S gem install rake --no-ri --no-rdoc
+jruby -S gem install diff-lcs
+cd ../testsuites/rspec
+mkdir target
+jruby -S rake checkout_code
+cd target/rspec
+jruby bin/spec spec -c