From 789d48b409021edaae58ab29138ee6495e7701f3 Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Tue, 22 Jun 2021 20:00:04 +0200 Subject: [PATCH] fixup! Adjust feature title --- features/metadata/current_scope.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/metadata/current_scope.feature b/features/metadata/current_scope.feature index f6d5144c55..06696cc464 100644 --- a/features/metadata/current_scope.feature +++ b/features/metadata/current_scope.feature @@ -1,4 +1,4 @@ -Feature: RSpec provides the current_scope as RSpec.current_scope +Feature: RSpec provides the current scope as RSpec.current_scope You can detect which rspec scope your helper methods or library code is executing in. This is useful if for example, your method only makes sense to call in a certain context.