aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
diff options
context:
space:
mode:
authorThomas Walpole <twalpole@gmail.com>2017-09-17 15:04:20 -0700
committerThomas Walpole <twalpole@gmail.com>2017-09-18 08:48:52 -0700
commitba04b580c6e56e366b1b8e4ef003e9a0c1c419bb (patch)
tree7d80fa1529ca0e7c11b31c642e9cf9a0ea55a533 /actionpack/test/dispatch
parente4017d0288fff13be9e97335c37ebbd30d1e94ea (diff)
downloadrails-ba04b580c6e56e366b1b8e4ef003e9a0c1c419bb.tar.gz
rails-ba04b580c6e56e366b1b8e4ef003e9a0c1c419bb.tar.bz2
rails-ba04b580c6e56e366b1b8e4ef003e9a0c1c419bb.zip
Use the default Capybara registered puma server configuration
Diffstat (limited to 'actionpack/test/dispatch')
-rw-r--r--actionpack/test/dispatch/system_testing/server_test.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/test/dispatch/system_testing/server_test.rb b/actionpack/test/dispatch/system_testing/server_test.rb
index ed65d93e49..1866225fc1 100644
--- a/actionpack/test/dispatch/system_testing/server_test.rb
+++ b/actionpack/test/dispatch/system_testing/server_test.rb
@@ -9,10 +9,6 @@ class ServerTest < ActiveSupport::TestCase
ActionDispatch::SystemTesting::Server.new.run
end
- test "initializing the server port" do
- assert_includes Capybara.servers, :rails_puma
- end
-
test "port is always included" do
assert Capybara.always_include_port, "expected Capybara.always_include_port to be true"
end