Skip to content

Commit

Permalink
Silence Puma logs during spec suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Gabbianelli committed Apr 16, 2019
1 parent 9e9c8fb commit 82715cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
require 'capybara/rails'
require 'capybara/rspec/matchers'

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

# Add additional requires below this line. Rails is not loaded until this point!

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

0 comments on commit 82715cc

Please sign in to comment.