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.
上级 f8f8ed47
require 'fast_spec_helper'
require 'spec_helper'
describe SmimeSignatureSettings do
describe '.parse' do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册