diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2010-03-15 22:44:49 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-03-15 22:44:49 -0700 |
commit | b9c48f519fbeee8fda3c989204619648f794fb02 (patch) | |
tree | 2bcec6c84f156a21eabab5487c8077bb606500e5 /actionpack/test/dispatch | |
parent | 2a50eabf4576580dff9b43c3d830cd78e8fbb353 (diff) | |
download | rails-b9c48f519fbeee8fda3c989204619648f794fb02.tar.gz rails-b9c48f519fbeee8fda3c989204619648f794fb02.tar.bz2 rails-b9c48f519fbeee8fda3c989204619648f794fb02.zip |
Swear I ran this test
Diffstat (limited to 'actionpack/test/dispatch')
-rw-r--r-- | actionpack/test/dispatch/url_generation_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/dispatch/url_generation_test.rb b/actionpack/test/dispatch/url_generation_test.rb index b863e37a33..326b336a1a 100644 --- a/actionpack/test/dispatch/url_generation_test.rb +++ b/actionpack/test/dispatch/url_generation_test.rb @@ -37,7 +37,7 @@ module TestUrlGeneration test "handling http protocol with https set" do https! - assert_equal "http://www.example.com/bar/foo", foo_url(:protocol => "http") + assert_equal "http://www.example.com/foo", foo_url(:protocol => "http") end end end |