tests/README in ruby-station-0.1.3 vs tests/README in ruby-station-0.1.4.rc1
- old
+ new
@@ -1,29 +1,32 @@
-Unit tests for RubyStation
-==========================
+How to run tests of RubyStation
+===============================
-spec
+Spec
----
+1. install rspec
$ gem intall rspec
-rspec spec/*
+2. run test
+ $ rake spec
-features
+Features
--------
1. install cucumber:
$ gem install cucumber
-2. install jruby:
- TODO
+2. install jruby (http://jruby.org/)
JRuby must be executable by 'jruby'.
3. install culerity:
$ gem install langalex-culerity --source http://gems.github.com
+4. run test
+ $ rake cucumber