From 15786dfc11d8532babb8bc4002b9e5a3208dc794 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 17 Jul 2021 14:07:30 -0700 Subject: [PATCH] Fix behave test that was being missed due to "Outline" keyword; also adding in appropriate parameters and no error step --- features/plugins.feature | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/features/plugins.feature b/features/plugins.feature index 08dabbe8..7667db77 100644 --- a/features/plugins.feature +++ b/features/plugins.feature @@ -67,9 +67,10 @@ Feature: Functionality of Importer and Exporter Plugins | txt | | plugins | exporter | text | @skip_only_with_external_plugins - Scenario Outline: Custom JSON Import + Scenario: Custom JSON Import Given we use the config "simple.yaml" - When we run "jrnl --import ./features/data/simple_import.json" + When we run "jrnl --import --file ./features/data/simple_import.json --format json" + Then we should get no error Then the journal should contain "My first entry." And the journal should contain "Life is good."