mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
Initial support for DayOne integration testing
This commit is contained in:
parent
1a31c10ca7
commit
0fa981357e
7 changed files with 176 additions and 1 deletions
17
features/dayone.feature
Normal file
17
features/dayone.feature
Normal file
|
@ -0,0 +1,17 @@
|
|||
Feature: DayOne Ingetration
|
||||
|
||||
Scenario: Loading a DayOne Journal
|
||||
Given we use the config "dayone.json"
|
||||
When we run "jrnl -until now"
|
||||
Then we should get no error
|
||||
and the output should be
|
||||
"""
|
||||
2013-05-17 11:39 This entry has tags!
|
||||
|
||||
2013-06-17 20:38 This entry has a location.
|
||||
|
||||
2013-07-17 11:38 This entry is starred!
|
||||
|
||||
2013-08-17 11:37 This is a DayOne entry.
|
||||
"""
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue