monterail / rails-angular-karma-example

Example rails app with angular.js and karma test runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Karma on Rails example app

example

Example app created for Karma on Rails article which describes how to setup karma test runner for AngularJS with Rails.

Install

bundle install
npm install

Single run

./bin/rake karma:run

Run with file watcher

./bin/rake karma:start

About

Example rails app with angular.js and karma test runner


Languages

Language:Ruby 77.7%Language:JavaScript 10.4%Language:CoffeeScript 8.3%Language:CSS 3.5%