diff options
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/controller/url_for_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/url_for_test.rb b/actionpack/test/controller/url_for_test.rb index 83302d880d..0ffa2d2a03 100644 --- a/actionpack/test/controller/url_for_test.rb +++ b/actionpack/test/controller/url_for_test.rb @@ -290,7 +290,7 @@ module AbstractController end end - def test_using_nil_script_name + def test_using_nil_script_name_properly_concats_with_original_script_name 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 => nil, :original_script_name => '/subdir') |