How to run tests of RubyStation =============================== Spec ---- 1. install rspec $ gem intall rspec 2. run test $ rake spec Features -------- 1. install cucumber: $ gem install cucumber 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