aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/routing_test.rb
diff options
context:
space:
mode:
authorKuldeep Aggarwal <kd.engineer@yahoo.co.in>2014-06-12 00:27:58 +0530
committerKuldeep Aggarwal <kd.engineer@yahoo.co.in>2014-06-12 00:27:58 +0530
commitfca73eeb87c0d5f48f66e0a7aeba7efee7f849b8 (patch)
treefe2a69b8023162b72ec519f8c220d77a9edd0df1 /actionpack/test/controller/routing_test.rb
parent0a77b467b40d34d3cf70fa8ddc515fc33f51f43b (diff)
downloadrails-fca73eeb87c0d5f48f66e0a7aeba7efee7f849b8.tar.gz
rails-fca73eeb87c0d5f48f66e0a7aeba7efee7f849b8.tar.bz2
rails-fca73eeb87c0d5f48f66e0a7aeba7efee7f849b8.zip
remove warnings
warning: assigned but unused variable - scope_called, path and strexp
Diffstat (limited to 'actionpack/test/controller/routing_test.rb')
-rw-r--r--actionpack/test/controller/routing_test.rb1
1 files changed, 0 insertions, 1 deletions
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