summaryrefslogtreecommitdiff
path: root/spec/functions/is_float_spec.rb
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppet.com>2016-10-03 15:33:00 +0100
committerGitHub <noreply@github.com>2016-10-03 15:33:00 +0100
commit7228160175a17fb3d7f5b464553ef6c7791cf140 (patch)
tree4b5c00e27043d10a0cd9ad3722266462c6b6bc85 /spec/functions/is_float_spec.rb
parent96af506f244f37626dc314907817665bfa6b4320 (diff)
parent8a8ebc4850abe4996056a2700a6a50ac7666a922 (diff)
Merge pull request #659 from HelenCampbell/omglob
Ensure validate functions use Puppet 4 deprecation
Diffstat (limited to 'spec/functions/is_float_spec.rb')
-rwxr-xr-xspec/functions/is_float_spec.rb2
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.