mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Tests for new structure
This commit is contained in:
parent
f22ddd706b
commit
bf9adeb28a
3 changed files with 16 additions and 10 deletions
|
@ -34,3 +34,9 @@ Feature: Basic reading and writing to a journal
|
|||
Then we should get no error
|
||||
and the journal should contain "2013-07-25 09:00 I saw Elvis."
|
||||
and the journal should contain "He's alive."
|
||||
|
||||
Scenario: Displaying the version number
|
||||
Given we use the config "basic.json"
|
||||
When we run "jrnl -v"
|
||||
Then we should get no error
|
||||
Then the output should contain "version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue