Skip to content

Commit ef657fa

Browse files
committed
Force webrick as capybara webserver
1 parent 8490144 commit ef657fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
WebpackerHelpers.clear_webpacker_packs
3636

3737
Capybara.app = Rails.application
38+
Capybara.server = :webrick
3839

3940
Capybara.register_driver :chrome do |app|
4041
Capybara::Selenium::Driver.new(app, browser: :chrome)

0 commit comments

Comments
 (0)