Skip to content

Commit

Permalink
Silent puma in capybara
Browse files Browse the repository at this point in the history
  • Loading branch information
razum2um committed Nov 16, 2020
1 parent 9487e3c commit 879fafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/support/env.rb
Expand Up @@ -54,6 +54,7 @@ def example_path
end

Capybara.app = Rails.application
Capybara.server = :puma, { Silent: true, Threads: '1:1' }
Capybara.javascript_driver = ENV['CAPYBARA_JS_DRIVER']&.to_sym || :headless_chrome

DatabaseCleaner.strategy = :truncation
Expand Down

0 comments on commit 879fafe

Please sign in to comment.