Skip to content

Commit

Permalink
Test with capybara 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 9, 2018
1 parent e71fc17 commit 7d6eaf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -35,6 +35,6 @@ notifications:

global_env:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- ENGINE_CART_RAILS_OPTIONS='--skip-git --skip-bundle --skip-listen --skip-spring --skip-yarn --skip-keeps --skip-action-cable --skip-coffee --skip-puma --skip-test'
- ENGINE_CART_RAILS_OPTIONS='--skip-git --skip-bundle --skip-listen --skip-spring --skip-yarn --skip-keeps --skip-action-cable --skip-coffee --skip-test'

jdk: oraclejdk8
2 changes: 1 addition & 1 deletion blacklight.gemspec
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec-rails", "~> 3.5"
s.add_development_dependency "rspec-its"
s.add_development_dependency "rspec-collection_matchers", ">= 1.0"
s.add_development_dependency "capybara", '~> 2.6'
s.add_development_dependency "capybara", '~> 3'
s.add_development_dependency "chromedriver-helper"
s.add_development_dependency "selenium-webdriver"
s.add_development_dependency 'engine_cart', '~> 1.2'
Expand Down

0 comments on commit 7d6eaf6

Please sign in to comment.