mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 03:28:31 +02:00
fix more tests
This commit is contained in:
parent
57f53e96ce
commit
920bc80d80
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ Feature: Writing new entries.
|
|||
Scenario Outline: Writing an entry at the prompt (no editor) should store the entry
|
||||
Given we use the config "<config_file>"
|
||||
And we use the password "bad doggie no biscuit" if prompted
|
||||
When we run "jrnl" and enter "25 jul 2013: I saw Elvis. He's alive."
|
||||
When we run "jrnl" and pipe "25 jul 2013: I saw Elvis. He's alive."
|
||||
Then we should get no error
|
||||
When we run "jrnl -on '2013-07-25'"
|
||||
Then the output should contain "2013-07-25 09:00 I saw Elvis."
|
||||
|
|
Loading…
Add table
Reference in a new issue