File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ class RequestTest < Minitest::Test
9090 end
9191 end
9292
93- describe "when the settings indicate to sign (embedded) the logout request" do
93+ describe "when the settings indicate to sign (embedded) logout request" do
9494 it "created a signed logout request" do
9595 settings = OneLogin ::RubySaml ::Settings . new
9696 settings . idp_slo_target_url = "http://example.com?field=value"
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class MetadataTest < Minitest::Test
9797 end
9898 end
9999
100- describe "when the settings indicate to sign (embedded) the metadata" do
100+ describe "when the settings indicate to sign (embedded) metadata" do
101101 before do
102102 settings . security [ :metadata_signed ] = true
103103 settings . certificate = ruby_saml_cert_text
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ class RequestTest < Minitest::Test
145145 end
146146 end
147147
148- describe "when the settings indicate to sign (embedded) the request" do
148+ describe "when the settings indicate to sign (embedded) request" do
149149 it "create a signed request" do
150150 settings = OneLogin ::RubySaml ::Settings . new
151151 settings . compress_request = false
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class SloLogoutresponseTest < Minitest::Test
6767 assert_match /<samlp:StatusMessage>Custom Logout Message<\/ samlp:StatusMessage>/ , inflated
6868 end
6969
70- describe "when the settings indicate to sign (embedded) the logout response" do
70+ describe "when the settings indicate to sign (embedded) logout response" do
7171 it "create a signed logout response" do
7272 settings = OneLogin ::RubySaml ::Settings . new
7373 settings . compress_response = false
You can’t perform that action at this time.
0 commit comments