diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2017-10-28 00:41:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-28 00:41:14 -0500 |
commit | 50f697664edf0d2deff22f3f1a1c8e01d54a74ca (patch) | |
tree | 205e722b4da1186f07eefd4f21949b8a9aa9e068 /actionpack/lib | |
parent | df505fb8104588af13c993c1dcd881398889dd30 (diff) | |
download | rails-50f697664edf0d2deff22f3f1a1c8e01d54a74ca.tar.gz rails-50f697664edf0d2deff22f3f1a1c8e01d54a74ca.tar.bz2 rails-50f697664edf0d2deff22f3f1a1c8e01d54a74ca.zip |
Puma Rack handler is required by Capybara
See: https://github.com/teamcapybara/capybara/blob/7d693f068c44f6a460336da70fb6e9e5f94f3db9/lib/capybara.rb#L450
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/system_testing/server.rb | 2 |
1 files changed, 0 insertions, 2 deletions
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: |