It's an app. With JavaScript.
git clone git://github.com/jcoglan/jsapp.git
cd jsapp
bundle install
npm install jsclass
node spec/console.js
open spec/browser.html
phantomjs spec/phantom.js
To run the Cucumber features, you need Terminus running:
terminus
In a second shell, run:
open http://localhost:7004/
cucumber features