From 958a7e69ba2d1e9654650d385d000c1ef57d340b Mon Sep 17 00:00:00 2001 From: Derek Lindahl <dlindahl@customink.com> Date: Mon, 16 Jan 2012 13:04:11 -0500 Subject: [PATCH] Removed extraneous whitespace --- spec/omniauth/strategies/cas_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/omniauth/strategies/cas_spec.rb b/spec/omniauth/strategies/cas_spec.rb index cbb60b1..65d2fea 100644 --- a/spec/omniauth/strategies/cas_spec.rb +++ b/spec/omniauth/strategies/cas_spec.rb @@ -16,7 +16,7 @@ describe OmniAuth::Strategies::CAS, :type => :strategy do let(:redirect_params) { "service=" + CGI.escape("http://example.org/auth/cas/callback?url=#{return_url}") } before do get url, nil, request_env - end + end subject { last_response } it { should be_redirect } it "should redirect to the CAS server" do @@ -35,7 +35,7 @@ describe OmniAuth::Strategies::CAS, :type => :strategy do context "with an explicit return URL", :focus => true do let(:url) { "/auth/cas?url=#{return_url}" } let(:request_env) { {} } - + it_behaves_like "a CAS redirect response" end end -- GitLab