diff options
author | Yorick Peterse <yorick@yorickpeterse.com> | 2019-09-04 14:06:59 +0200 |
---|---|---|
committer | Yorick Peterse <yorick@yorickpeterse.com> | 2019-09-04 14:06:59 +0200 |
commit | 90a8a44f01e4cc0c9a17fe6c36c77283969b0f51 (patch) | |
tree | 04a33a4c73ee465a6bf3b499d5ea418164d03e4c /spec/config | |
parent | f8f8ed471f6ce62b7198d49170845f7f5a09cf64 (diff) | |
download | gitlab-ce-90a8a44f01e4cc0c9a17fe6c36c77283969b0f51.tar.gz |
Use spec_helper for S/MIME settings specsfix-smime-settings-require
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.
Diffstat (limited to 'spec/config')
-rw-r--r-- | spec/config/smime_signature_settings_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |