Sha256: 90a1c2d3c215d6cd4543480ddea3930c8cc0da99dafcee907207e5ff7652cf66
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 Bytes
Contents
require 'spec_helper' module SamlIdp describe MetadataBuilder do it "has a valid fresh" do subject.fresh.should_not be_empty end it "signs valid xml" do Saml::XML::Document.parse(subject.signed).valid_signature?(Default::FINGERPRINT).should be_truthy end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
saml_idp-0.2.1 | spec/lib/saml_idp/metadata_builder_spec.rb |
saml_idp-0.2.0 | spec/lib/saml_idp/metadata_builder_spec.rb |
saml_idp-0.2.0.pre | spec/lib/saml_idp/metadata_builder_spec.rb |