Fix typos in test files

This commit is contained in:
William Minchin 2014-01-29 09:43:29 -07:00
parent a20381ce68
commit 9e5664ba46
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
Feature: Expoting a Journal
Feature: Exporting a Journal
Scenario: Exporting to json
Given we use the config "tags.json"

View file

@ -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."