aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/fixtures/autoload/another_class.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/fixtures/autoload/another_class.rb')
-rw-r--r--activesupport/test/fixtures/autoload/another_class.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/activesupport/test/fixtures/autoload/another_class.rb b/activesupport/test/fixtures/autoload/another_class.rb
index a240b3de41..cf38336cf8 100644
--- a/activesupport/test/fixtures/autoload/another_class.rb
+++ b/activesupport/test/fixtures/autoload/another_class.rb
@@ -1,2 +1,4 @@
+# frozen_string_literal: true
+
class Fixtures::AnotherClass
-end \ No newline at end of file
+end