mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 16:26:13 +02:00
Adding broken test
This commit is contained in:
parent
07bacabe8d
commit
4e8418d578
3 changed files with 27 additions and 9 deletions
|
@ -81,3 +81,14 @@ Feature: Dayone specific implementation details.
|
|||
When we run "jrnl --edit"
|
||||
Then we should get no error
|
||||
|
||||
Scenario: Editing Dayone entries
|
||||
Given we use the config "dayone.yaml"
|
||||
When we open the editor and append
|
||||
"""
|
||||
Here is the first line.
|
||||
Here is the second line.
|
||||
"""
|
||||
When we run "jrnl -n 5"
|
||||
Then we should get no error
|
||||
and the output should contain "Here is the first line"
|
||||
and the output should contain "Here is the second line"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue