mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #13604 from deivid-rodriguez/silent-puma
Silence capybara starting puma during system specs
This commit is contained in:
@@ -46,7 +46,7 @@ WebMock.disable_net_connect!(
|
||||
# in spec/support/ and its subdirectories.
|
||||
Rails.root.glob("spec/support/**/*.rb").sort.each { |f| require f }
|
||||
|
||||
Capybara.server = :puma
|
||||
Capybara.server = :puma, { Silent: true }
|
||||
Capybara.disable_animation = true
|
||||
|
||||
Capybara.configure do |config|
|
||||
|
||||
Reference in New Issue
Block a user