diff --git a/features/exporting.feature b/features/exporting.feature index 7f58876f..5b3e940f 100644 --- a/features/exporting.feature +++ b/features/exporting.feature @@ -10,13 +10,13 @@ Feature: Expoting a Journal and "tags" in the json output should contain "@journal" and "tags" in the json output should contain "@dan" - 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" - # Then we should get no error - Then the output should be parsable as json - and "entries" in the json output should have 1 element - and "tags" in the json output should contain "@idea" - and "tags" in the json output should contain "@journal" - and "tags" in the json output should not contain "@dan" + Scenario: Exporting using filters should only export parts of the journal + Given we use the config "tags.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 + and "tags" in the json output should contain "@idea" + and "tags" in the json output should contain "@journal" + and "tags" in the json output should not contain "@dan"