Skip to content

Commit

Permalink
Silence capybara puma initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
miks committed Jan 25, 2021
1 parent 029624d commit 010c924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/rails_helper.rb
Expand Up @@ -99,6 +99,7 @@
config.include FactoryBot::Syntax::Methods

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

# disable empty translation creation

Expand Down

0 comments on commit 010c924

Please sign in to comment.