Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Silence Puma in system tests
Browse files Browse the repository at this point in the history
See rspec/rspec-rails#1897 - this should be
silenced already but something in Rails 5.2 causes it not to be.

Without this we see the Puma startup message in our spec output.
  • Loading branch information
Steve Day committed Jan 14, 2019
1 parent 4d555cf commit e3e73c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
end

Capybara.javascript_driver = :headless_chrome
Capybara.server = :puma, { Silent: true }

0 comments on commit e3e73c1

Please sign in to comment.