Skip to content

Commit

Permalink
use puma always
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Feb 5, 2024
1 parent 164f721 commit 32dc342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
require 'faker'
require 'shoulda/matchers'

Capybara.server = :webrick
Capybara.server = :puma
Capybara.register_driver :headless_chrome do |app|
browser_options = Selenium::WebDriver::Chrome::Options.new(
args: %w(headless disable-gpu no-sandbox)
Expand Down

0 comments on commit 32dc342

Please sign in to comment.