From c121179dcb134eb74368afd8284399e6911db732 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 2 Jan 2021 14:43:15 -0800 Subject: [PATCH] Remove unnecessary given in diagnostic test --- features/core.feature | 1 - 1 file changed, 1 deletion(-) diff --git a/features/core.feature b/features/core.feature index a436219f..26640c00 100644 --- a/features/core.feature +++ b/features/core.feature @@ -13,7 +13,6 @@ Feature: Functionality of jrnl outside of actually handling journals Then the output should match "^jrnl version v\d+\.\d+(\.\d+)?(-(alpha|beta)\d*)?" Scenario: Running the diagnostic command - Given we use the config "simple.yaml" When we run "jrnl --diagnostic" Then the output should contain "jrnl" And the output should contain "Python"