Add WIP (broken) test

This commit is contained in:
Aaron Lichtman 2019-10-29 04:16:48 +01:00
parent 6d366035e8
commit f057689459
No known key found for this signature in database
GPG key ID: 22368077DE9F9903
4 changed files with 32 additions and 1 deletions

View file

@ -58,3 +58,16 @@ Feature: Basic reading and writing to a journal
When we run "jrnl -on 2013-06-10 -s"
Then the output should be "2013-06-10 15:40 Life is good."
# The input for this test is <SPACE><ENTER>y
Scenario: --delete flag allows deletion of single entry
Given we use the config "deletion.yaml"
When we run "jrnl --delete"
And we type " "
And we type
"""
y
"""
When we run "jrnl -on 2019-10-29 -s"
Then the output should not contain "2019-10-29 11:11 First entry."