Skip to content

Commit 6e7eaca

Browse files
committed
Silence the puma server for admin specs
1 parent 235bf5e commit 6e7eaca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin/spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
Capybara.disable_animation = true
5454
Capybara.default_max_wait_time = ENV['DEFAULT_MAX_WAIT_TIME'].to_f if ENV['DEFAULT_MAX_WAIT_TIME'].present?
5555
Capybara.enable_aria_label = true
56+
Capybara.server = :puma, { Silent: true } # A workaround for https://github.com/rspec/rspec-rails/issues/1897
5657

5758
# DATABASE CLEANER
5859
require 'database_cleaner'

0 commit comments

Comments
 (0)