Fix CI after #6040 (#6044)

Merge pull request 6044
This commit is contained in:
Frank Taillandier 2017-04-22 22:22:26 +02:00 committed by jekyllbot
parent 13976cfb33
commit 3a36fde240
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ CONTENT
should "throw a deprecation warning" do
deprecation_warning = " Deprecation: A call to "\
"'{{ post_url 2008-11-21-nested }}' did not match a post using the new matching "\
"'{% post_url 2008-11-21-nested %}' did not match a post using the new matching "\
"method of checking name (path-date-slug) equality. Please make sure that you "\
"change this tag to match the post's name exactly."
assert_includes Jekyll.logger.messages, deprecation_warning