summaryrefslogtreecommitdiff
path: root/spec/functions/deprecation_spec.rb
diff options
context:
space:
mode:
authorHelen Campbell <helen@puppetlabs.com>2016-10-03 14:12:32 +0100
committerHelen Campbell <helen@puppetlabs.com>2016-10-03 14:12:32 +0100
commit8a8ebc4850abe4996056a2700a6a50ac7666a922 (patch)
tree4b5c00e27043d10a0cd9ad3722266462c6b6bc85 /spec/functions/deprecation_spec.rb
parent75a35675cad0bc2fef03c74a5a3bcc28fff9f9d0 (diff)
Replace :context with :all in spec tests
Diffstat (limited to 'spec/functions/deprecation_spec.rb')
-rw-r--r--spec/functions/deprecation_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functions/deprecation_spec.rb b/spec/functions/deprecation_spec.rb
index 4321c3d..9859833 100644
--- a/spec/functions/deprecation_spec.rb
+++ b/spec/functions/deprecation_spec.rb
@@ -42,7 +42,7 @@ if Puppet.version.to_f >= 4.0
end
else
describe 'deprecation' do
- after(:context) do
+ after(:all) do
ENV.delete('STDLIB_LOG_DEPRECATIONS')
end
ENV['STDLIB_LOG_DEPRECATIONS'] = "true"