documentation

This commit is contained in:
Devin Howard 2016-04-26 10:05:19 +08:00
parent 10e82b696a
commit 027f0093ed
2 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,6 @@ Change directories to where this file is, and then run
to set up your testing environment. Then use
npm run test
npm test
to see the results of testing the current javascript files.

View file

@ -1,3 +1,7 @@
## Testing Javascript
Javascript tests are under construction, but you can read more in the README in `app/assets/javascripts`.
## Testing with RSpec
RSpec is a ruby gem that allows you to test your code base. This is great -