specs: remove outdated workaround for silencing puma logs
This commit is contained in:
parent
afe2f7453e
commit
b1eee27dd7
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ Capybara.register_driver :headless_chrome do |app|
|
|||
end
|
||||
end
|
||||
|
||||
# FIXME: remove this line when https://github.com/rspec/rspec-rails/issues/1897 has been fixed
|
||||
Capybara.server = :puma, { Silent: true }
|
||||
|
||||
Capybara.default_max_wait_time = 2
|
||||
|
||||
# Save a snapshot of the HTML page when an integration test fails
|
||||
|
|
Loading…
Reference in a new issue