diff options
Diffstat (limited to 'activesupport/test/lazy_load_hooks_test.rb')
-rw-r--r-- | activesupport/test/lazy_load_hooks_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/lazy_load_hooks_test.rb b/activesupport/test/lazy_load_hooks_test.rb index 50a703e49f..5e9a21f047 100644 --- a/activesupport/test/lazy_load_hooks_test.rb +++ b/activesupport/test/lazy_load_hooks_test.rb @@ -175,7 +175,6 @@ class LazyLoadHooksTest < ActiveSupport::TestCase end private - def incr_amt 5 end |