Skip to content
Snippets Groups Projects
Unverified Commit 90a8a44f authored by Yorick Peterse's avatar Yorick Peterse
Browse files

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.
parent f8f8ed47
No related branches found
No related tags found
No related merge requests found
require 'fast_spec_helper'
require 'spec_helper'
 
describe SmimeSignatureSettings do
describe '.parse' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment