Remove redundant protocol test for url_for

test_protocol_with_and_without_separators already has the same assertion.
This commit is contained in:
Joé Dupuis 2023-05-10 23:12:05 -07:00
parent d21a715218
commit 4fd27842b8

@ -180,13 +180,6 @@ def test_default_port
)
end
def test_protocol
add_host!
assert_equal("https://www.basecamphq.com/c/a/i",
W.new.url_for(controller: "c", action: "a", id: "i", protocol: "https")
)
end
def test_protocol_with_and_without_separators
add_host!
assert_equal("https://www.basecamphq.com/c/a/i",