use released jasmine selenium runner

This commit is contained in:
slackersoft
2014-07-18 13:07:11 -07:00
parent 6a89d084f4
commit 62212bbfa4
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
source 'https://rubygems.org'
gem "jasmine", :git => 'https://github.com/pivotal/jasmine-gem.git'
gem "jasmine_selenium_runner", :git => 'https://github.com/jasmine/jasmine_selenium_runner.git'
# gem "jasmine", path: "/Users/pivotal/workspace/jasmine-gem"
unless ENV["TRAVIS"]
group :debug do

View File

@@ -19,4 +19,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.add_development_dependency "sauce-connect"
s.add_development_dependency "compass"
s.add_development_dependency "jasmine_selenium_runner", ">= 0.2.0"
end