mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 20:48:31 +02:00
[WIP] lock down journal access behavior
This commit is contained in:
parent
0f80201517
commit
b6fa68471b
1 changed files with 17 additions and 0 deletions
|
@ -79,3 +79,20 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
|
|||
| But I'm better.
|
||||
"""
|
||||
|
||||
@skip
|
||||
Scenario: Make an entry into an overridden journal
|
||||
Given we use the config "basic_dayone.yaml"
|
||||
And we use the password "test" if prompted
|
||||
When we run "jrnl 06 September 2069: @knights Ni --config-override journal features/journals/simple.journal "
|
||||
And we run "jrnl -3"
|
||||
Then the output should be
|
||||
"""
|
||||
|
||||
2013-06-09 15:39 My first entry.
|
||||
| Everything is alright
|
||||
|
||||
2013-06-10 15:40 Life is good.
|
||||
| But I'm better.
|
||||
|
||||
2069-06-09 9:00 @knights Ni
|
||||
"""
|
Loading…
Add table
Reference in a new issue