From fca73eeb87c0d5f48f66e0a7aeba7efee7f849b8 Mon Sep 17 00:00:00 2001 From: Kuldeep Aggarwal Date: Thu, 12 Jun 2014 00:27:58 +0530 Subject: remove warnings warning: assigned but unused variable - scope_called, path and strexp --- actionpack/test/controller/routing_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/test/controller/routing_test.rb') diff --git a/actionpack/test/controller/routing_test.rb b/actionpack/test/controller/routing_test.rb index 660589a86e..721dad4dd9 100644 --- a/actionpack/test/controller/routing_test.rb +++ b/actionpack/test/controller/routing_test.rb @@ -256,7 +256,6 @@ class LegacyRouteSetTests < ActiveSupport::TestCase end def test_scoped_lambda_with_get_lambda - scope_called = false inner_called = false rs.draw do -- cgit v1.2.3