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)
14 lines
350 B
Ruby
14 lines
350 B
Ruby
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
|
|
gem 'debugger'
|
|
end
|
|
end
|
|
|
|
gemspec
|
|
|
|
gem "anchorman"
|