Sha256: d4d980e1196e8f0215d847485aca57cd1549e2d21ba409680a8310733aca6345
Contents?: true
Size: 369 Bytes
Versions: 31
Compression:
Stored size: 369 Bytes
Contents
### Running tests The default rake task runs all tests: ``` bundle exec rake ``` Javascript is tested using Jasmine and the [Jasmine gem](https://github.com/pivotal/jasmine-gem). Tests can be run either in the browser or on the command line via the dummy app’s tasks: ```sh # browser bundle exec rake app:jasmine # command line bundle exec rake app:jasmine:ci ```
Version data entries
31 entries across 31 versions & 1 rubygems