Should be testable with the Jasmine gem

This commit is contained in:
JR Boyens 2013-01-08 21:08:38 -08:00
parent 302aab3696
commit 369a72647b
3 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
source :rubygems
gem 'rake'
gem 'jasmine', "~> 1.2.1"
gem 'jasmine', "~> 1.3"

View File

@ -6,8 +6,8 @@ GEM
ffi (~> 1.0, >= 1.0.6)
diff-lcs (1.1.3)
ffi (1.2.0)
jasmine (1.2.1)
jasmine-core (>= 1.2.0)
jasmine (1.3.1)
jasmine-core (~> 1.3.1)
rack (~> 1.0)
rspec (>= 1.3.1)
selenium-webdriver (>= 0.1.3)
@ -38,5 +38,5 @@ PLATFORMS
ruby
DEPENDENCIES
jasmine (~> 1.2.1)
jasmine (~> 1.3)
rake

View File

@ -5,10 +5,13 @@ src_files:
- lib/mock-ajax.js
spec_dir:
- spec
spec_files:
- javascripts/*-spec.js
helpers:
- javascripts/helpers/spec-helper.js
stylesheets: