Ruby 1.9.3
First install Bundler
gem install bundler
Then run bundle
It installs: Installing rack (1.5.2) Installing rack-protection (1.5.1) Installing tilt (1.4.1) Installing sinatra (1.4.4)
Rake tasks:
- acceptance -- run cucumber features
- default -- default
- jasmine -- run specs via server:ci
- jasmine:ci -- run continuous integration tests
- serverup -- run server
- serverdown -- stop server