diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 444b8c046..5d11e67af 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -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