From ed8d27f18338f09954a16a80deea9a67d890dece Mon Sep 17 00:00:00 2001 From: Patricio Cano Date: Thu, 25 Feb 2016 15:26:49 -0500 Subject: [PATCH] Fixed specs to be compatible with ruby-saml 1.1.2 --- spec/omniauth/strategies/saml_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/omniauth/strategies/saml_spec.rb b/spec/omniauth/strategies/saml_spec.rb index 3f2f195..97f40aa 100644 --- a/spec/omniauth/strategies/saml_spec.rb +++ b/spec/omniauth/strategies/saml_spec.rb @@ -16,7 +16,7 @@ def post_xml(xml=:example_response) let(:auth_hash){ last_request.env['omniauth.auth'] } let(:saml_options) do { - :assertion_consumer_service_url => "http://localhost:3000/auth/saml/callback", + :assertion_consumer_service_url => "http://localhost:9080/auth/saml/callback", :idp_sso_target_url => "https://idp.sso.example.com/signon/29490", :idp_cert_fingerprint => "C1:59:74:2B:E8:0C:6C:A9:41:0F:6E:83:F6:D1:52:25:45:58:89:FB", :idp_sso_target_url_runtime_params => {:original_param_key => :mapped_param_key},