https://github.com/froots/backbone-jasmine-examples
Some examples of Jasmine specs for http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html
https://github.com/froots/backbone-jasmine-examples
Last synced: 9 months ago
JSON representation
Some examples of Jasmine specs for http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html
- Host: GitHub
- URL: https://github.com/froots/backbone-jasmine-examples
- Owner: froots
- Created: 2011-03-02T17:27:49.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-06-19T05:58:18.000Z (about 14 years ago)
- Last Synced: 2024-04-08T15:39:28.735Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.08 MB
- Stars: 136
- Watchers: 5
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backbone Jasmine examples
This rails app is a container for examples of how to use the Jasmine BDD testing library to test Backbone.js applications.
The examples here are used in a series of articles published on my blog [tinnedfruit.com](http://tinnedfruit.com/2011/03/03/testing-backbone-apps-with-jasmine-sinon.html)
## Installation
This is a barebones Rails 3 application, so uses Bundler for gem dependencies. To install, clone the repository, then:
> gem install bundler
> bundle install
> rake jasmine
You can then navigate to http://localhost:8888 in any browser to run the Jasmine spec suite.