We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235bf5e commit 6e7eacaCopy full SHA for 6e7eaca
admin/spec/spec_helper.rb
@@ -53,6 +53,7 @@
53
Capybara.disable_animation = true
54
Capybara.default_max_wait_time = ENV['DEFAULT_MAX_WAIT_TIME'].to_f if ENV['DEFAULT_MAX_WAIT_TIME'].present?
55
Capybara.enable_aria_label = true
56
+Capybara.server = :puma, { Silent: true } # A workaround for https://github.com/rspec/rspec-rails/issues/1897
57
58
# DATABASE CLEANER
59
require 'database_cleaner'
0 commit comments