From 48f7a5f17b2a47e9a35030e9c46d1527b20f4a4c Mon Sep 17 00:00:00 2001 From: Sheel Choksi Date: Sat, 28 Jun 2014 17:59:29 -0700 Subject: [PATCH] Point to head of jasmine_selenium_runner jasmine_selenium_runner on master now has a fix for printing circular objects which is needed since Jasmine has some circular objects that are included now that we return passedExpectations (but was a bug with failedExpectations anyways) --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 901b1700..a1ea6a31 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,6 @@ 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