Sha256: 011838e220f751b964f685794d568c532e30991417ea233d4ddb77ba073142a1
Contents?: true
Size: 492 Bytes
Versions: 20
Compression:
Stored size: 492 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' # describe Osso::Models::AzureSamlProvider do # subject { create(:azure_identity_provider) } # describe '#saml_options' do # it 'returns the required args' do # expect(subject.saml_options). # to match( # domain: subject.domain, # idp_cert: subject.idp_cert, # idp_sso_target_url: subject.idp_sso_target_url, # issuer: "id:#{subject.id}", # ) # end # end # end
Version data entries
20 entries across 20 versions & 1 rubygems