changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec/spec/README.jruby

changeset 15: 64acf98d15f4
author: moriq@moriq.com
date: Mon Mar 10 10:12:58 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add plugins rspec
1= Running specs on JRuby =
2
3svn co http://svn.codehaus.org/jruby/trunk jruby
4cd jruby/jruby
5ant clean
6ant
7# put JRuby's bin dir on your PATH
8jruby -S gem install rake --no-ri --no-rdoc
9jruby -S gem install diff-lcs
10jruby -S gem install syntax
11cd ../testsuites/rspec
12mkdir target
13jruby -S rake checkout_code
14cd target/rspec
15jruby bin/spec spec -c