Commit 025e73f

mo <mo.khan@gmail.com>
2018-12-04 19:26:20
replace puts with assertion. tag: v1.0.28
1 parent 3fd6a59
Changed files (1)
spec
saml
kit
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