|
@@ -99,6 +99,7 @@ fn test_can_build_site_without_live_reload() { |
|
|
|
|
|
|
|
|
assert!(file_exists!(public, "index.html")); |
|
|
assert!(file_exists!(public, "index.html")); |
|
|
assert!(file_exists!(public, "sitemap.xml")); |
|
|
assert!(file_exists!(public, "sitemap.xml")); |
|
|
|
|
|
assert!(file_exists!(public, "robots.txt")); |
|
|
assert!(file_exists!(public, "a-fixed-url/index.html")); |
|
|
assert!(file_exists!(public, "a-fixed-url/index.html")); |
|
|
|
|
|
|
|
|
assert!(file_exists!(public, "posts/python/index.html")); |
|
|
assert!(file_exists!(public, "posts/python/index.html")); |
|
@@ -140,6 +141,7 @@ fn test_can_build_site_with_live_reload() { |
|
|
|
|
|
|
|
|
assert!(file_exists!(public, "index.html")); |
|
|
assert!(file_exists!(public, "index.html")); |
|
|
assert!(file_exists!(public, "sitemap.xml")); |
|
|
assert!(file_exists!(public, "sitemap.xml")); |
|
|
|
|
|
assert!(file_exists!(public, "robots.txt")); |
|
|
assert!(file_exists!(public, "a-fixed-url/index.html")); |
|
|
assert!(file_exists!(public, "a-fixed-url/index.html")); |
|
|
|
|
|
|
|
|
assert!(file_exists!(public, "posts/python/index.html")); |
|
|
assert!(file_exists!(public, "posts/python/index.html")); |
|
@@ -186,6 +188,7 @@ fn test_can_build_site_with_categories() { |
|
|
|
|
|
|
|
|
assert!(file_exists!(public, "index.html")); |
|
|
assert!(file_exists!(public, "index.html")); |
|
|
assert!(file_exists!(public, "sitemap.xml")); |
|
|
assert!(file_exists!(public, "sitemap.xml")); |
|
|
|
|
|
assert!(file_exists!(public, "robots.txt")); |
|
|
assert!(file_exists!(public, "a-fixed-url/index.html")); |
|
|
assert!(file_exists!(public, "a-fixed-url/index.html")); |
|
|
|
|
|
|
|
|
assert!(file_exists!(public, "posts/python/index.html")); |
|
|
assert!(file_exists!(public, "posts/python/index.html")); |
|
@@ -237,6 +240,7 @@ fn test_can_build_site_with_tags() { |
|
|
|
|
|
|
|
|
assert!(file_exists!(public, "index.html")); |
|
|
assert!(file_exists!(public, "index.html")); |
|
|
assert!(file_exists!(public, "sitemap.xml")); |
|
|
assert!(file_exists!(public, "sitemap.xml")); |
|
|
|
|
|
assert!(file_exists!(public, "robots.txt")); |
|
|
assert!(file_exists!(public, "a-fixed-url/index.html")); |
|
|
assert!(file_exists!(public, "a-fixed-url/index.html")); |
|
|
|
|
|
|
|
|
assert!(file_exists!(public, "posts/python/index.html")); |
|
|
assert!(file_exists!(public, "posts/python/index.html")); |
|
|