diff options
Diffstat (limited to 'spec/functions/is_float_spec.rb')
-rwxr-xr-x | spec/functions/is_float_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functions/is_float_spec.rb b/spec/functions/is_float_spec.rb index 44bdc48..af3322e 100755 --- a/spec/functions/is_float_spec.rb +++ b/spec/functions/is_float_spec.rb @@ -23,7 +23,7 @@ describe 'is_float' do end 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. |