diff options
| -rw-r--r-- | spec/saml/kit/builders/metadata_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/saml/kit/builders/metadata_spec.rb b/spec/saml/kit/builders/metadata_spec.rb index 2d124ee..709749a 100644 --- a/spec/saml/kit/builders/metadata_spec.rb +++ b/spec/saml/kit/builders/metadata_spec.rb @@ -89,6 +89,6 @@ RSpec.describe Saml::Kit::Builders::Metadata do xxx.add_assertion_consumer_service('https://www.example.org/assertions', binding: :http_post) end end - puts metadata.to_xml(pretty: true) + expect(metadata.to_xml(pretty: true)).to be_present end end |
