From 8a8ebc4850abe4996056a2700a6a50ac7666a922 Mon Sep 17 00:00:00 2001 From: Helen Campbell Date: Mon, 3 Oct 2016 14:12:32 +0100 Subject: Replace :context with :all in spec tests --- spec/functions/validate_bool_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/functions/validate_bool_spec.rb') diff --git a/spec/functions/validate_bool_spec.rb b/spec/functions/validate_bool_spec.rb index 8b7e438..3074d88 100755 --- a/spec/functions/validate_bool_spec.rb +++ b/spec/functions/validate_bool_spec.rb @@ -1,7 +1,7 @@ require 'spec_helper' describe 'validate_bool' do - after(:context) do + after(:all) do ENV.delete('STDLIB_LOG_DEPRECATIONS') end -- cgit v1.2.3