aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorZachary Scott <zachary@zacharyscott.net>2014-02-09 04:20:56 +0200
committerZachary Scott <zachary@zacharyscott.net>2014-02-09 04:20:56 +0200
commitdfe9cf1ace7cd4d9f47ddfcf0071e2aec7c20166 (patch)
tree3fea782d0a9951492aa186dd28f4508f19b8a57f /actionpack/test
parent77577149f71e1fa0df15dbc02ae7c33349dddba8 (diff)
downloadrails-dfe9cf1ace7cd4d9f47ddfcf0071e2aec7c20166.tar.gz
rails-dfe9cf1ace7cd4d9f47ddfcf0071e2aec7c20166.tar.bz2
rails-dfe9cf1ace7cd4d9f47ddfcf0071e2aec7c20166.zip
Remove outdated TODO from url_for test, this test was fixed in 900a2d30
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/controller/url_for_test.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/test/controller/url_for_test.rb b/actionpack/test/controller/url_for_test.rb
index d2b4952759..a8035e5bd7 100644
--- a/actionpack/test/controller/url_for_test.rb
+++ b/actionpack/test/controller/url_for_test.rb
@@ -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')