Upgraded Rails and RSpec
[monkeycharger.git] / vendor / plugins / rspec / rspec / spec / README.jruby
blob0b31d187756e129811537b537f7dfd9cc9fae28a
1 = Running specs on JRuby =
3 svn co http://svn.codehaus.org/jruby/trunk jruby
4 cd jruby/jruby
5 ant clean
6 ant
7 # put JRuby's bin dir on your PATH
8 jruby -S gem install rake --no-ri --no-rdoc
9 jruby -S gem install diff-lcs
10 cd ../testsuites/rspec
11 mkdir target
12 jruby -S rake checkout_code
13 cd target/rspec
14 jruby bin/spec spec -c