Add failing DayOne editing test (title is disappearing)

This commit is contained in:
Micah Jerome Ellison 2020-07-04 14:06:20 -07:00
parent 4e8418d578
commit 3298dd9aed

View file

@ -88,7 +88,8 @@ Feature: Dayone specific implementation details.
Here is the first line.
Here is the second line.
"""
When we run "jrnl -n 5"
When we run "jrnl -n 1"
Then we should get no error
and the output should contain "This entry is starred!"
and the output should contain "Here is the first line"
and the output should contain "Here is the second line"