diff options
Diffstat (limited to 'activesupport/test/fixtures/autoload/another_class.rb')
-rw-r--r-- | activesupport/test/fixtures/autoload/another_class.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/fixtures/autoload/another_class.rb b/activesupport/test/fixtures/autoload/another_class.rb index ab6e075ab4..f61698823c 100644 --- a/activesupport/test/fixtures/autoload/another_class.rb +++ b/activesupport/test/fixtures/autoload/another_class.rb @@ -1,2 +1,3 @@ +# frozen_string_literal: true class Fixtures::AnotherClass end |