From 7f0bc2e5edfaa7833f7b7cd40d5866ff07194fb6 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 25 Sep 2021 17:29:23 -0700 Subject: [PATCH] remove test that didn't really test anything --- tests/bdd/features/override.feature | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tests/bdd/features/override.feature b/tests/bdd/features/override.feature index f762c8fd..d0c5ef53 100644 --- a/tests/bdd/features/override.feature +++ b/tests/bdd/features/override.feature @@ -56,18 +56,6 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys And the config should have "editor" set to "nano" - Scenario Outline: Override configured editor - Given we use the config "basic_encrypted.yaml" - And we use the password "test" if prompted - When we run "jrnl --config-override editor ''" - Then the editor should have been called - Examples: Editor Commands - | editor | - | nano | - | vi -c startinsert | - | code -w | - - Scenario: Override default journal Given we use the config "basic_dayone.yaml" And we use the password "test" if prompted