Skip to content

Use spec_helper for S/MIME settings specs

Yorick Peterse requested to merge fix-smime-settings-require into master

What does this MR do?

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.

Does this MR meet the acceptance criteria?

Conformity

Merge request reports