diff options
Diffstat (limited to 'activesupport/test/autoloading_fixtures/load_path')
-rw-r--r-- | activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb b/activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb index e3d1218c96..d2c4f6b0c5 100644 --- a/activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb +++ b/activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb @@ -1,3 +1,2 @@ module LoadedConstant end - |