From b4efff4bac1c66e5af24de86cdb69a058ccf4147 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 26 Jul 2011 19:20:45 -0300 Subject: [PATCH] Remove blank line --- actionpack/lib/action_dispatch/testing/assertions/response.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/actionpack/lib/action_dispatch/testing/assertions/response.rb b/actionpack/lib/action_dispatch/testing/assertions/response.rb index 33c6cd5221..7381617dd7 100644 --- a/actionpack/lib/action_dispatch/testing/assertions/response.rb +++ b/actionpack/lib/action_dispatch/testing/assertions/response.rb @@ -55,7 +55,6 @@ def assert_response(type, message = nil) # assert_redirected_to @customer # def assert_redirected_to(options = {}, message=nil) - assert_response(:redirect, message) return true if options == @response.location -- GitLab