diff options
Diffstat (limited to 'activesupport/test/autoloading_fixtures/circular1.rb')
-rw-r--r-- | activesupport/test/autoloading_fixtures/circular1.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/circular1.rb b/activesupport/test/autoloading_fixtures/circular1.rb index f6041bde77..7f891b5eb1 100644 --- a/activesupport/test/autoloading_fixtures/circular1.rb +++ b/activesupport/test/autoloading_fixtures/circular1.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + silence_warnings do Circular2 end |