mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 01:18:31 +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!
|
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"
|
Given we use the config "dayone.json"
|
||||||
When we run "jrnl -until 'feb 2013'"
|
When we run "jrnl -until 'feb 2013'"
|
||||||
Then we should get no error
|
Then we should get no error
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Feature: Expoting a Journal
|
Feature: Exporting a Journal
|
||||||
|
|
||||||
Scenario: Exporting to json
|
Scenario: Exporting to json
|
||||||
Given we use the config "tags.json"
|
Given we use the config "tags.json"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Feature: Fixing broken config files
|
Feature: Fixing broken config files
|
||||||
|
|
||||||
Scenario: Loading a file with journal
|
Scenario: Loading a file with journal
|
||||||
Given we use the config "broken.json"
|
Given we use the config "broken.json"
|
||||||
When we run "jrnl -n 2"
|
When we run "jrnl -n 2"
|
||||||
Then we should see the message "Some errors in your jrnl config have been fixed for you."
|
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