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:
parent
77577149f7
commit
dfe9cf1ace
1 changed files with 0 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue