@@ -28,7 +28,7 @@ class TestJekyllArchives < Minitest::Test
2828
2929 should "generate archive pages by tag" do
3030 @archives . generate ( @site )
31- assert archive_exists? @site , "/tag/test/"
31+ assert archive_exists? @site , "/tag/test-tag /"
3232 assert archive_exists? @site , "/tag/tagged/"
3333 assert archive_exists? @site , "/tag/new/"
3434 end
@@ -40,7 +40,7 @@ class TestJekyllArchives < Minitest::Test
4040
4141 should "generate archive pages with a layout" do
4242 @site . process
43- assert_equal "Test" , read_file ( "/tag/test/index.html" )
43+ assert_equal "Test" , read_file ( "/tag/test-tag /index.html" )
4444 end
4545 end
4646
@@ -57,7 +57,7 @@ class TestJekyllArchives < Minitest::Test
5757
5858 should "use custom layout" do
5959 @site . process
60- assert_equal "Test too" , read_file ( "/tag/test/index.html" )
60+ assert_equal "Test too" , read_file ( "/tag/test-tag /index.html" )
6161 end
6262 end
6363
@@ -78,7 +78,7 @@ class TestJekyllArchives < Minitest::Test
7878 should "use the right permalink" do
7979 assert archive_exists? @site , "/year/2014/"
8080 assert archive_exists? @site , "/year/2013/"
81- assert archive_exists? @site , "/tag-test.html"
81+ assert archive_exists? @site , "/tag-test-tag .html"
8282 assert archive_exists? @site , "/tag-new.html"
8383 assert archive_exists? @site , "/category-plugins.html"
8484 end
0 commit comments