aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-03-15 22:44:49 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2010-03-15 22:44:49 -0700
commitb9c48f519fbeee8fda3c989204619648f794fb02 (patch)
tree2bcec6c84f156a21eabab5487c8077bb606500e5
parent2a50eabf4576580dff9b43c3d830cd78e8fbb353 (diff)
downloadrails-b9c48f519fbeee8fda3c989204619648f794fb02.tar.gz
rails-b9c48f519fbeee8fda3c989204619648f794fb02.tar.bz2
rails-b9c48f519fbeee8fda3c989204619648f794fb02.zip
Swear I ran this test
-rw-r--r--actionpack/test/dispatch/url_generation_test.rb2
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