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.jruby15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/plugins/rspec/spec/README.jruby b/vendor/plugins/rspec/spec/README.jruby
deleted file mode 100644
index 7eddb5671..000000000
--- a/vendor/plugins/rspec/spec/README.jruby
+++ /dev/null
@@ -1,15 +0,0 @@
-= 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
-jruby -S gem install syntax
-cd ../testsuites/rspec
-mkdir target
-jruby -S rake checkout_code
-cd target/rspec
-jruby bin/spec spec -c