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:
commit
4ae2309418
1 changed files with 0 additions and 1 deletions
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue