mirror of https://github.com/rails/rails
Bump Capybara require version
System tests depend on Capybara 3.26 or newer. Ref: #36615.
This commit is contained in:
parent
78ced171ac
commit
161e622cf2
|
@ -67,7 +67,7 @@ end
|
||||||
<%- if depends_on_system_test? -%>
|
<%- if depends_on_system_test? -%>
|
||||||
group :test do
|
group :test do
|
||||||
# Adds support for Capybara system testing and selenium driver
|
# Adds support for Capybara system testing and selenium driver
|
||||||
gem 'capybara', '>= 2.15'
|
gem 'capybara', '>= 3.26'
|
||||||
gem 'selenium-webdriver'
|
gem 'selenium-webdriver'
|
||||||
# Easy installation and use of web drivers to run system tests with browsers
|
# Easy installation and use of web drivers to run system tests with browsers
|
||||||
gem 'webdrivers'
|
gem 'webdrivers'
|
||||||
|
|
Loading…
Reference in New Issue