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