spec/rails/auth/x509/matcher_spec.rb in rails-auth-2.1.4 vs spec/rails/auth/x509/matcher_spec.rb in rails-auth-2.2.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + RSpec.describe Rails::Auth::X509::Matcher do let(:example_cert) { OpenSSL::X509::Certificate.new(cert_path("valid.crt").read) } let(:example_certificate) { Rails::Auth::X509::Certificate.new(example_cert) } let(:example_ou) { "ponycopter" }