1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove outdated TODO from url_for test, this test was fixed in 900a2d30

This commit is contained in:
Zachary Scott 2014-02-09 04:20:56 +02:00
parent 77577149f7
commit dfe9cf1ace

View file

@ -204,9 +204,6 @@ module AbstractController
end
def test_relative_url_root_is_respected
# ROUTES TODO: Tests should not have to pass :relative_url_root directly. This
# should probably come from routes.
add_host!
assert_equal('https://www.basecamphq.com/subdir/c/a/i',
W.new.url_for(:controller => 'c', :action => 'a', :id => 'i', :protocol => 'https', :script_name => '/subdir')