diff options
Diffstat (limited to 'activesupport/test/autoloading_fixtures/should_not_be_required.rb')
-rw-r--r-- | activesupport/test/autoloading_fixtures/should_not_be_required.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/should_not_be_required.rb b/activesupport/test/autoloading_fixtures/should_not_be_required.rb index 1fcf170cc5..c1fada8213 100644 --- a/activesupport/test/autoloading_fixtures/should_not_be_required.rb +++ b/activesupport/test/autoloading_fixtures/should_not_be_required.rb @@ -1 +1,2 @@ +# frozen_string_literal: true ShouldNotBeAutoloaded = 0 |