Skip to content

Commit 118f643

Browse files
committed
Remove Silent true setting for Puma
Fixed in version 4.0.0 of rspec-rails by rspec/rspec-rails#2289
1 parent ac43c5b commit 118f643

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/rails_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
require 'capybara/rspec'
2727
require 'webmock/rspec'
2828

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

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

0 commit comments

Comments
 (0)