diff options
author | Eileen M. Uchitelle <eileencodes@users.noreply.github.com> | 2017-09-18 16:46:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-18 16:46:26 -0400 |
commit | 42d09f6b49da619952267b22bd8800d9b816886b (patch) | |
tree | 7d80fa1529ca0e7c11b31c642e9cf9a0ea55a533 /actionpack/test/dispatch/system_testing/server_test.rb | |
parent | e4017d0288fff13be9e97335c37ebbd30d1e94ea (diff) | |
parent | ba04b580c6e56e366b1b8e4ef003e9a0c1c419bb (diff) | |
download | rails-42d09f6b49da619952267b22bd8800d9b816886b.tar.gz rails-42d09f6b49da619952267b22bd8800d9b816886b.tar.bz2 rails-42d09f6b49da619952267b22bd8800d9b816886b.zip |
Merge pull request #30638 from twalpole/capybara_server
Use the default Capybara registered puma server configuration
Diffstat (limited to 'actionpack/test/dispatch/system_testing/server_test.rb')
-rw-r--r-- | actionpack/test/dispatch/system_testing/server_test.rb | 4 |
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 |