features/cli.feature in jekyll-chatgpt-translate-0.0.13 vs features/cli.feature in jekyll-chatgpt-translate-0.0.14

- old
+ new

@@ -38,13 +38,14 @@ layout: default --- Hello, world! """ Then I build Jekyll site - Then File "_chatgpt-translated/cn/2023-01-01-hello-cn.md" exists - Then File "_site/2023/01/01/hello.html" exists - Then File "_site/2023/01/01/hello.html" contains "The Chinese: /2023-01-01-hello-chinese.html" - Then File "_site/2023-01-01-hello-chinese.html" exists - Then File "_site/2023-01-01-hello-chinese.html" contains "The original: /2023/01/01/hello.html" - Then File "_site/2023/hello-french.html" exists + And File "_chatgpt-translated/cn/2023-01-01-hello-cn.md" exists + And File "_chatgpt-translated/cn/2023-01-01-hello-cn.md" contains "/2023-01-01-hello-chinese.html" + And File "_site/2023/01/01/hello.html" exists + And File "_site/2023/01/01/hello.html" contains "The Chinese: /2023-01-01-hello-chinese.html" + And File "_site/2023-01-01-hello-chinese.html" exists + And File "_site/2023-01-01-hello-chinese.html" contains "The original: /2023/01/01/hello.html" + And File "_site/2023/hello-french.html" exists And Exit code is zero