From cb6724046de0dbae828d609edea11e796979cb37 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 11 Nov 2016 16:30:44 -0800 Subject: [PATCH] Dates are _the worst_ --- test/test_url.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_url.rb b/test/test_url.rb index e9987b15a..fc3678d70 100644 --- a/test/test_url.rb +++ b/test/test_url.rb @@ -73,8 +73,8 @@ class TestURL < JekyllUnitTest should "check for key without trailing underscore" do _, matching_doc = fixture_document("_methods/configuration.md") - assert_equal "/methods/2016-11-10_configuration", URL.new( - :template => "/methods/:year-:month-:day_:title", + assert_equal "/methods/configuration-configuration_methods_configuration", URL.new( + :template => "/methods/:name-:slug_:collection_:title", :placeholders => matching_doc.url_placeholders ).to_s end