mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
minitest added @__io__, so we should ignore it too
This commit is contained in:
parent
1333020448
commit
6a8f7f0e04
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ module ActionView
|
|||
|
||||
INTERNAL_IVARS = %w{
|
||||
@__name__
|
||||
@__io__
|
||||
@_assertion_wrapped
|
||||
@_assertions
|
||||
@_result
|
||||
|
|
Loading…
Reference in a new issue