summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/module/fixtures/path1/load_path.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/core/module/fixtures/path1/load_path.rb')
-rw-r--r--spec/rubyspec/core/module/fixtures/path1/load_path.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/rubyspec/core/module/fixtures/path1/load_path.rb b/spec/rubyspec/core/module/fixtures/path1/load_path.rb
deleted file mode 100644
index d4c45463dc..0000000000
--- a/spec/rubyspec/core/module/fixtures/path1/load_path.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-$LOAD_PATH.unshift(File.expand_path('../../path2', __FILE__))
-
-module ModuleSpecs::Autoload
- module LoadPath
- def self.loaded
- :autoload_load_path
- end
- end
-end