mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 09:08:32 +02:00
Fix typos in test files
This commit is contained in:
parent
a20381ce68
commit
9e5664ba46
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ Feature: DayOne Ingetration
|
|||
2013-07-17 11:38 This entry is starred!
|
||||
"""
|
||||
|
||||
Scenario: Entries without timezone information will be intepreted in the current timezone
|
||||
Scenario: Entries without timezone information will be interpreted as in the current timezone
|
||||
Given we use the config "dayone.json"
|
||||
When we run "jrnl -until 'feb 2013'"
|
||||
Then we should get no error
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Feature: Expoting a Journal
|
||||
Feature: Exporting a Journal
|
||||
|
||||
Scenario: Exporting to json
|
||||
Given we use the config "tags.json"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Feature: Fixing broken config files
|
||||
|
||||
Scenario: Loading a file with journal
|
||||
Scenario: Loading a file with journal
|
||||
Given we use the config "broken.json"
|
||||
When we run "jrnl -n 2"
|
||||
Then we should see the message "Some errors in your jrnl config have been fixed for you."
|
||||
|
|
Loading…
Add table
Reference in a new issue