mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Test updates: Removed permalink config, updated template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user