summaryrefslogtreecommitdiff
path: root/spec/functions/is_bool_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functions/is_bool_spec.rb')
-rwxr-xr-xspec/functions/is_bool_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functions/is_bool_spec.rb b/spec/functions/is_bool_spec.rb
index 7b2173e..d21345c 100755
--- a/spec/functions/is_bool_spec.rb
+++ b/spec/functions/is_bool_spec.rb
@@ -14,7 +14,7 @@ describe 'is_bool' do
it { is_expected.to run.with_params('true').and_return(false) }
it { is_expected.to run.with_params('false').and_return(false) }
context 'Checking for deprecation warning' do
- after(:context) do
+ after(:all) do
ENV.delete('STDLIB_LOG_DEPRECATIONS')
end
# Checking for deprecation warning, which should only be provoked when the env variable for it is set.