Use jasmine-gem for jasmine-core tests

This commit is contained in:
Davis W. Frank & Rajan Agaskar
2012-11-28 14:25:39 -08:00
parent 867de62699
commit b94522193c
6 changed files with 91 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
source :rubygems
gem "rake"
gem "jasmine", git: 'https://github.com/pivotal/jasmine-gem.git'
unless ENV["TRAVIS"]
group :debug do
gem 'debugger'
end
end
gemspec