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"
|
Then the output should contain "Journal 'default' created"
|
||||||
And the config should contain
|
And the config should contain
|
||||||
colors:
|
colors:
|
||||||
date: none
|
body: none
|
||||||
title: magenta
|
date: black
|
||||||
body: yellow
|
tags: yellow
|
||||||
tags: cyan
|
title: cyan
|
||||||
|
|
||||||
Scenario: Install jrnl without colors
|
Scenario: Install jrnl without colors
|
||||||
Given we use no config
|
Given we use no config
|
||||||
|
@ -70,7 +70,7 @@ Feature: Installing jrnl
|
||||||
Then the output should contain "Journal 'default' created"
|
Then the output should contain "Journal 'default' created"
|
||||||
And the config should contain
|
And the config should contain
|
||||||
colors:
|
colors:
|
||||||
date: none
|
|
||||||
title: none
|
|
||||||
body: none
|
body: none
|
||||||
|
date: none
|
||||||
tags: none
|
tags: none
|
||||||
|
title: none
|
||||||
|
|
Loading…
Add table
Reference in a new issue