From 54fb426c8b148aecb41cb7ed6e7d12615b686c21 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Mon, 20 Mar 2023 14:53:16 +0000 Subject: [PATCH] Consistent scenario titles --- features/configuration/deprecation_stream.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/configuration/deprecation_stream.feature b/features/configuration/deprecation_stream.feature index 187651e285..b59684b087 100644 --- a/features/configuration/deprecation_stream.feature +++ b/features/configuration/deprecation_stream.feature @@ -73,7 +73,7 @@ Feature: Custom deprecation stream But the output should contain "1 deprecation logged to deprecations.txt" And the file "deprecations.txt" should contain "Foo#bar is deprecated" - Scenario: configure using the CLI `--deprecation-out` option + Scenario: Configure using the CLI `--deprecation-out` option Given a file named "spec/example_spec.rb" with: """ruby require "foo"