Skip to content

Commit

Permalink
testing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imkevinxu committed Oct 1, 2014
1 parent 3394d95 commit 66c54a2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,16 @@ This is meant to mimic production as close as possible using both the production

The site will be located at [localhost:5000](http://localhost:5000).

Testing
=======

Jasmine JS Unit Tests
---------------------

Grunt automatically compiles Jasmine tests written in coffeescript at `{{ project_name }}/static/js/tests/coffee` and runs the tests upon every save.

Grunt also creates a static file server to view the results of the test located at [http://localhost:9000/tests/jasmine.html](http://localhost:9000/tests/jasmine.html).

Add-ons
=======

Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Instructions to deploy to production.
-------------------------------
High-level overview of how this app is structured.

[API](api.md)
-------------
High-level overview of the API.
[Testing](testing.md)
---------------------
Instructions to run unit and functional tests.

[Libraries](libraries.md)
-------------------------
Expand Down
2 changes: 0 additions & 2 deletions docs/api.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Installation
============

2 changes: 2 additions & 0 deletions docs/testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Testing
=======

0 comments on commit 66c54a2

Please sign in to comment.