Swear I ran this test

This commit is contained in:
Jeremy Kemper 2010-03-15 22:44:49 -07:00
parent 2a50eabf45
commit b9c48f519f

@ -37,7 +37,7 @@ def app
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