diff options
Diffstat (limited to 'spec/saml/builders/authentication_request_spec.rb')
| -rw-r--r-- | spec/saml/builders/authentication_request_spec.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/saml/builders/authentication_request_spec.rb b/spec/saml/builders/authentication_request_spec.rb index 6c8c40d..92a0470 100644 --- a/spec/saml/builders/authentication_request_spec.rb +++ b/spec/saml/builders/authentication_request_spec.rb @@ -22,10 +22,5 @@ RSpec.describe Saml::Kit::Builders::AuthenticationRequest do expect(result['AuthnRequest']['Issuer']).to eql(issuer) expect(result['AuthnRequest']['NameIDPolicy']['Format']).to eql(Saml::Kit::Namespaces::PERSISTENT) end - - it 'marks acs_url as deprecated' do - subject.acs_url = FFaker::Internet.uri('https') - expect(subject.assertion_consumer_service_url).to eql(subject.acs_url) - end end end |
