summaryrefslogtreecommitdiff
path: root/spec/functions/validate_array_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functions/validate_array_spec.rb')
-rwxr-xr-xspec/functions/validate_array_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functions/validate_array_spec.rb b/spec/functions/validate_array_spec.rb
index f395d16..409b3dc 100755
--- a/spec/functions/validate_array_spec.rb
+++ b/spec/functions/validate_array_spec.rb
@@ -3,7 +3,7 @@ require 'spec_helper'
describe 'validate_array' do
describe 'signature validation' do
- after(:context) do
+ after(:all) do
ENV.delete('STDLIB_LOG_DEPRECATIONS')
end
it { is_expected.not_to eq(nil) }