summaryrefslogtreecommitdiff
path: root/spec/functions/is_numeric_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functions/is_numeric_spec.rb')
-rwxr-xr-xspec/functions/is_numeric_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functions/is_numeric_spec.rb b/spec/functions/is_numeric_spec.rb
index ccfb9d8..5962d8a 100755
--- a/spec/functions/is_numeric_spec.rb
+++ b/spec/functions/is_numeric_spec.rb
@@ -29,7 +29,7 @@ describe 'is_numeric' do
it { is_expected.to run.with_params(' - 1234').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.