Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 476 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 476 Bytes

Typer Tortoise

Build Status

A typeracer-like game built with Rails and ember.js

Tests

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