Skip to content

Commit

Permalink
Remove Silent true setting for Puma
Browse files Browse the repository at this point in the history
Fixed in version 4.0.0 of rspec-rails by rspec/rspec-rails#2289
  • Loading branch information
tagliala committed Aug 19, 2021
1 parent ac43c5b commit 118f643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/rails_helper.rb
Expand Up @@ -26,7 +26,6 @@
require 'capybara/rspec'
require 'webmock/rspec'

Capybara.server = :puma, { Silent: true }
WebMock.disable_net_connect! allow: %w[localhost 127.0.0.1 *.lvh.me lvh.me]

# Requires supporting ruby files with custom matchers and macros, etc, in
Expand Down

0 comments on commit 118f643

Please sign in to comment.