Skip to content

Commit

Permalink
Don't display Puma log in RSpec output
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioclutter committed Dec 5, 2019
1 parent f264e33 commit d46beaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
abort('The Rails environment is running in production mode!') if Rails.env.production?
require 'rspec/rails'

require 'action_dispatch/system_testing/server'
ActionDispatch::SystemTesting::Server.silence_puma = true

ActiveRecord::Migration.maintain_test_schema!

RSpec.configure do |config|
Expand Down

0 comments on commit d46beaa

Please sign in to comment.