mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Tests for #343
This commit is contained in:
parent
8e7126a4b7
commit
9bf4e52b2c
2 changed files with 16 additions and 0 deletions
11
features/data/configs/bug343.yaml
Normal file
11
features/data/configs/bug343.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
default_hour: 9
|
||||||
|
default_minute: 0
|
||||||
|
editor: ''
|
||||||
|
encrypt: false
|
||||||
|
highlight: true
|
||||||
|
journals:
|
||||||
|
simple: features/journals/simple.journal
|
||||||
|
work: features/journals/work.journal
|
||||||
|
linewrap: 80
|
||||||
|
tagsymbols: '@'
|
||||||
|
timeformat: '%Y-%m-%d %H:%M'
|
|
@ -34,3 +34,8 @@ Feature: Multiple journals
|
||||||
Then journal "ideas" should not exist
|
Then journal "ideas" should not exist
|
||||||
When we run "jrnl ideas 23 july 2012: sell my junk on ebay and make lots of money"
|
When we run "jrnl ideas 23 july 2012: sell my junk on ebay and make lots of money"
|
||||||
Then journal "ideas" should have 1 entry
|
Then journal "ideas" should have 1 entry
|
||||||
|
|
||||||
|
Scenario: Don't crash if no default journal is specified
|
||||||
|
Given we use the config "bug343.yaml"
|
||||||
|
When we run "jrnl a long day in the office"
|
||||||
|
Then we should see the message "No default journal configured"
|
||||||
|
|
Loading…
Add table
Reference in a new issue