mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Replace capybara-webkit with apparition and update capybara to 3.30.0
See https://github.com/teamcapybara/capybara#apparition
This commit is contained in:
parent
2050e1c46d
commit
5dad333655
5 changed files with 44 additions and 22 deletions
2
Gemfile
2
Gemfile
|
@ -68,7 +68,7 @@ group :test do
|
|||
gem 'simplecov', require: false
|
||||
gem 'database_cleaner'
|
||||
gem 'coveralls', require: false
|
||||
gem 'capybara-webkit'
|
||||
gem 'apparition'
|
||||
gem 'rails-controller-testing'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue