From 90a8a44f01e4cc0c9a17fe6c36c77283969b0f51 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Wed, 4 Sep 2019 14:06:59 +0200 Subject: Use spec_helper for S/MIME settings specs The constant tested is defined in an initializer, and these are not loaded when using fast_spec_helper. When running just this test file, or when running this test first this can lead to test failures. To fix this we just use spec_helper instead of fast_spec_helper. --- spec/config/smime_signature_settings_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/config') diff --git a/spec/config/smime_signature_settings_spec.rb b/spec/config/smime_signature_settings_spec.rb index 4f0c227d866..38f96e9b330 100644 --- a/spec/config/smime_signature_settings_spec.rb +++ b/spec/config/smime_signature_settings_spec.rb @@ -1,4 +1,4 @@ -require 'fast_spec_helper' +require 'spec_helper' describe SmimeSignatureSettings do describe '.parse' do -- cgit v1.2.1