mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
Update tests
This commit is contained in:
parent
347954ef14
commit
2b702515d8
1 changed files with 6 additions and 6 deletions
|
@ -56,10 +56,10 @@ Feature: Installing jrnl
|
|||
Then the output should contain "Journal 'default' created"
|
||||
And the config should contain
|
||||
colors:
|
||||
date: none
|
||||
title: magenta
|
||||
body: yellow
|
||||
tags: cyan
|
||||
body: none
|
||||
date: black
|
||||
tags: yellow
|
||||
title: cyan
|
||||
|
||||
Scenario: Install jrnl without colors
|
||||
Given we use no config
|
||||
|
@ -70,7 +70,7 @@ Feature: Installing jrnl
|
|||
Then the output should contain "Journal 'default' created"
|
||||
And the config should contain
|
||||
colors:
|
||||
date: none
|
||||
title: none
|
||||
body: none
|
||||
date: none
|
||||
tags: none
|
||||
title: none
|
||||
|
|
Loading…
Add table
Reference in a new issue