features/cli.feature in jekyll-chatgpt-translate-0.0.28 vs features/cli.feature in jekyll-chatgpt-translate-0.0.29
- old
+ new
@@ -101,10 +101,14 @@
targets:
-
language: en
permalink: about-me.html
"""
+ And I have a "boom.html" file with content:
+ """
+ Boom!
+ """
And I have a "_layouts/default.html" file with content:
"""
{{ content }}
"""
And I have a "_posts/2023-01-01-hello.md" file with content:
@@ -118,5 +122,6 @@
And Exit code is zero
And Stdout contains "Re-translation required for"
And File "_site/2023/01/01/hello.html" exists
And File "_site/about-me.html" exists
And File "_site/about-me.html" contains "foo-file-foo"
+ And File "_site/boom.html" exists