From 50f697664edf0d2deff22f3f1a1c8e01d54a74ca Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Sat, 28 Oct 2017 00:41:14 -0500 Subject: Puma Rack handler is required by Capybara See: https://github.com/teamcapybara/capybara/blob/7d693f068c44f6a460336da70fb6e9e5f94f3db9/lib/capybara.rb#L450 --- actionpack/lib/action_dispatch/system_testing/server.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack/lib/action_dispatch') diff --git a/actionpack/lib/action_dispatch/system_testing/server.rb b/actionpack/lib/action_dispatch/system_testing/server.rb index 32aa6a4dc4..8f1b6725b1 100644 --- a/actionpack/lib/action_dispatch/system_testing/server.rb +++ b/actionpack/lib/action_dispatch/system_testing/server.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -require "rack/handler/puma" - module ActionDispatch module SystemTesting class Server # :nodoc: -- cgit v1.2.3