Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 321 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 321 Bytes

Rails Angular Phonecat Tutorial

Just a demo which moves Angular tutorial with Karma unit tests into Rails structure.

Run it:

$ bundle install
$ rails s

Run client side unit tests, you should install node.js first:

$ npm install
$ node_modules/karma/bin/karma start spec/javascripts/karma_config.js