summaryrefslogtreecommitdiff
path: root/spec/functions/validate_hash_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functions/validate_hash_spec.rb')
-rwxr-xr-xspec/functions/validate_hash_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functions/validate_hash_spec.rb b/spec/functions/validate_hash_spec.rb
index 7b118e2..7533abe 100755
--- a/spec/functions/validate_hash_spec.rb
+++ b/spec/functions/validate_hash_spec.rb
@@ -6,7 +6,7 @@ describe 'validate_hash' do
it { is_expected.to run.with_params().and_raise_error(Puppet::ParseError, /wrong number of arguments/i) }
describe 'check for deprecation warning' do
- after(:context) do
+ after(:all) do
ENV.delete('STDLIB_LOG_DEPRECATIONS')
end
# Checking for deprecation warning