removed .idea

This commit is contained in:
Briscoooe 2023-01-16 12:16:11 +00:00
parent 02f8246b49
commit 1028326b06
7 changed files with 2 additions and 80 deletions

View file

@ -17,12 +17,11 @@ Feature: Using templates
| basic_folder.yaml |
| basic_dayone.yaml |
Scenario Outline: Templated entry should not save if received text is identical to template
Scenario Outline: Templated entry should not be saved if template is unchanged
Given we use the config "<config_file>"
And we use the password "test" if prompted
When we run "jrnl --config-override template features/templates/basic.template"
And we run "jrnl -1"
Then the output should contain "This text is in the basic template"
Then the output should contain "No entry to save, because the template was not changed"
Examples: configs
| config_file |
@ -31,4 +30,3 @@ Feature: Using templates
| basic_folder.yaml |
| basic_dayone.yaml |