From e2f3e0dc50a30c8600df6dc8106dca67d4cd0961 Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Fri, 24 Jan 2014 22:25:15 -0300 Subject: Remove unused argument. --- actionpack/test/controller/http_token_authentication_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/test/controller/http_token_authentication_test.rb b/actionpack/test/controller/http_token_authentication_test.rb index ebf6d224aa..86b94652ce 100644 --- a/actionpack/test/controller/http_token_authentication_test.rb +++ b/actionpack/test/controller/http_token_authentication_test.rb @@ -21,7 +21,7 @@ class HttpTokenAuthenticationTest < ActionController::TestCase private def authenticate - authenticate_or_request_with_http_token do |token, options| + authenticate_or_request_with_http_token do |token, _| token == 'lifo' end end -- cgit v1.2.3