mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Updates tests
This commit is contained in:
parent
28a5c66193
commit
bf4eb7a88c
1 changed files with 9 additions and 9 deletions
|
@ -12,7 +12,7 @@ Feature: Expoting a Journal
|
|||
|
||||
Scenario: Exporting using filters should only export parts of the journal
|
||||
Given we use the config "tags.json"
|
||||
When we run "jrnl -to 'may 2013' --export json"
|
||||
When we run "jrnl -until 'may 2013' --export json"
|
||||
# Then we should get no error
|
||||
Then the output should be parsable as json
|
||||
and "entries" in the json output should have 1 element
|
||||
|
|
Loading…
Add table
Reference in a new issue