aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoload_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/autoload_test.rb')
-rw-r--r--activesupport/test/autoload_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/autoload_test.rb b/activesupport/test/autoload_test.rb
index 6a0ce5f3dd..c4d6a69212 100644
--- a/activesupport/test/autoload_test.rb
+++ b/activesupport/test/autoload_test.rb
@@ -78,4 +78,4 @@ class TestAutoloadModule < ActiveSupport::TestCase
assert !$LOADED_FEATURES.include?(@another_class_path)
assert_nothing_raised { ::Fixtures::AnotherClass }
end
-end \ No newline at end of file
+end