mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 09:40:13 +01:00
Added Rspec and Webrat plugins and started porting Selenium on Rails tests to Rspec Plain Text Stories driving Webrat driving Selenium.
This commit is contained in:
parent
0600756bbf
commit
0f7d6f7a1d
602 changed files with 47788 additions and 29 deletions
15
vendor/plugins/rspec/spec/README.jruby
vendored
Normal file
15
vendor/plugins/rspec/spec/README.jruby
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
= 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue