From b9c48f519fbeee8fda3c989204619648f794fb02 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 15 Mar 2010 22:44:49 -0700 Subject: Swear I ran this test --- actionpack/test/dispatch/url_generation_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3