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.
This commit is contained in:
Yorick Peterse 2019-09-04 14:06:59 +02:00
parent f8f8ed471f
commit 90a8a44f01
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
require 'fast_spec_helper'
require 'spec_helper'
describe SmimeSignatureSettings do
describe '.parse' do