mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 09:40:13 +01:00
16 lines
346 B
Text
16 lines
346 B
Text
|
|
= 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
|