First pass at testing

- Unit/Integration(ish) tests for Home Controller
- Simple test for the date filter
- Dependencies for Karma and Jasmine
- circle.yml file for CI
This commit is contained in:
Lev Lazinskiy
2017-01-20 13:58:10 -08:00
parent dd49a0169d
commit 3d2e571efa
5 changed files with 159 additions and 1 deletions

20
circle.yml Normal file
View File

@@ -0,0 +1,20 @@
machine:
ruby:
version:
2.3.1
node:
version:
6.1.0
dependencies:
pre:
- npm install -g grunt
override:
- bundle install
- npm install
- bundle exec rake bower:install
- grunt
test:
override:
- npm test