Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
bring in sinon, test backbone router the right way
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrivadeneira committed Aug 10, 2011
1 parent cfe9174 commit da6be5c
Show file tree
Hide file tree
Showing 6 changed files with 2,872 additions and 10 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Helper and utility classes that fill out Backbone for serious development.

## dependencies

You'll need these, but chances are you already have them in your app:

* jQuery
* Underscore
* Backbone

## development

First:
Expand Down
11 changes: 3 additions & 8 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
require 'jasmine'
load 'jasmine/tasks/jasmine.rake'

begin
require 'jasmine'
load 'jasmine/tasks/jasmine.rake'
rescue LoadError
task :jasmine do
abort "Jasmine is not available. In order to run jasmine, you must: (sudo) gem install jasmine"
end
end
task :default => "jasmine:ci"
Loading

0 comments on commit da6be5c

Please sign in to comment.