A typeracer-like game built with Rails and ember.js
rake
will run the ruby tests and javascript tests
rake spec
will run just the ruby tests
(cd frontend; ember test)
will run just the javascript tests
(cd frontend; ember server)
and visit http://localhost:4200/tests to see the JS tests in a browser