diff --git a/features/core.feature b/features/core.feature index bff53e2f..854fa53f 100644 --- a/features/core.feature +++ b/features/core.feature @@ -23,7 +23,7 @@ Feature: Basic reading and writing to a journal # Note that the expected output is actually "[Nothing saved to file]" but due to mocking limitations, we expect no output here. Scenario: Writing an empty entry from the editor Given we use the config "editor.yaml" - When we open the editor and enter nothing + When we open the editor and enter "" Then we should see the message "[Nothing saved to file]" Scenario: Filtering for dates