mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Replace phantomjs with capybara-webkit for headless testing
This commit is contained in:
parent
0890251eff
commit
42a6267fc0
4 changed files with 14 additions and 17 deletions
2
Gemfile
2
Gemfile
|
@ -64,7 +64,7 @@ group :test do
|
|||
gem 'test_after_commit' # TODO remove when moving to rails 5
|
||||
gem 'database_cleaner'
|
||||
gem 'coveralls', require: false
|
||||
gem 'poltergeist'
|
||||
gem 'capybara-webkit'
|
||||
end
|
||||
|
||||
# Use ActiveModel has_secure_password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue