Commit c5f05f9
Changed files (2)
spec
support
spec/support/certificate_helper.rb
@@ -5,3 +5,6 @@ module CertificateHelper
::Xml::Kit::SelfSignedCertificate.new.create(passphrase: passphrase)
end
end
+RSpec.configure do |config|
+ config.include CertificateHelper
+end
spec/spec_helper.rb
@@ -23,5 +23,4 @@ RSpec.configure do |config|
config.expect_with :rspec do |c|
c.syntax = :expect
end
- config.include CertificateHelper
end