From 3d60299ea97f82558d3b69ac649771f162519298 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 18 Jan 2015 23:03:27 -0600 Subject: [PATCH] Test updates: Removed permalink config, updated template --- test/test_url.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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