mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Disables animations when running tests
This commit is contained in:
@@ -37,6 +37,7 @@ WebMock.disable_net_connect!(
|
||||
Dir[Rails.root.join("spec/support/**/*.rb")].sort.each { |f| require f }
|
||||
|
||||
Capybara.server = :puma
|
||||
Capybara.disable_animation = true
|
||||
|
||||
Capybara.configure do |config|
|
||||
config.match = :prefer_exact
|
||||
|
||||
Reference in New Issue
Block a user