1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #10535 from vipulnsward/remove_var

remove redundant var
This commit is contained in:
Carlos Antonio da Silva 2013-05-09 08:43:03 -07:00
commit 4ae2309418

View file

@ -526,7 +526,6 @@ class DependenciesTest < ActiveSupport::TestCase
m = Module.new m = Module.new
m.module_eval "def a() CountingLoader; end" m.module_eval "def a() CountingLoader; end"
extend m extend m
kls = nil
with_autoloading_fixtures do with_autoloading_fixtures do
kls = nil kls = nil
assert_nothing_raised { kls = a } assert_nothing_raised { kls = a }