mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 08:26:12 +02:00
clean up extra directories after running behave
This commit is contained in:
parent
065f38cfe4
commit
4e09c75ff7
4 changed files with 12 additions and 9 deletions
|
@ -123,7 +123,7 @@ Feature: Exporting a Journal
|
|||
Scenario: Export to yaml
|
||||
Given we use the config "tags.yaml"
|
||||
And we created a directory named "exported_journal"
|
||||
When we run "jrnl --export yaml -o exported_journal"
|
||||
When we run "jrnl --export yaml -o features/cache/exported_journal"
|
||||
Then "exported_journal" should contain the files ["2013-04-09_i-have-an-idea.md", "2013-06-10_i-met-with-dan.md"]
|
||||
And the content of exported yaml "exported_journal/2013-04-09_i-have-an-idea.md" should be
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue