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:
Luke Melia 2008-06-18 02:57:57 -04:00
parent 0600756bbf
commit 0f7d6f7a1d
602 changed files with 47788 additions and 29 deletions

15
vendor/plugins/rspec/spec/README.jruby vendored Normal file
View 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