Skip to content
Snippets Groups Projects
Commit 71367090 authored by Derek Lindahl's avatar Derek Lindahl
Browse files

Small one-line refactor

parent 0cebe47b
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ describe OmniAuth::Strategies::CAS, :type => :strategy do
it { should be_redirect }
it "should redirect to the CAS server" do
last_response.headers['Location'].should == "https://cas.example.org/login?service=" + CGI.escape("http://example.org/auth/cas/callback")
subject.headers['Location'].should == "https://cas.example.org/login?service=" + CGI.escape("http://example.org/auth/cas/callback")
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment