diff --git a/test/test_url.rb b/test/test_url.rb index ea11fb09..b66e2f86 100644 --- a/test/test_url.rb +++ b/test/test_url.rb @@ -49,8 +49,7 @@ class TestURL < Test::Unit::TestCase should "handle nil values for keys in the template" do assert_equal '/foo/bar/', URL.new( - :template => "/baz", - :permalink => "/:x/:y/:z/", + :template => "/:x/:y/:z/", :placeholders => {:x => "foo", :y => "bar", :z => nil} ).to_s end