aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/module/fixtures/autoload_required_directly.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/module/fixtures/autoload_required_directly.rb')
-rw-r--r--spec/ruby/core/module/fixtures/autoload_required_directly.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/ruby/core/module/fixtures/autoload_required_directly.rb b/spec/ruby/core/module/fixtures/autoload_required_directly.rb
new file mode 100644
index 0000000000..bed60a71ec
--- /dev/null
+++ b/spec/ruby/core/module/fixtures/autoload_required_directly.rb
@@ -0,0 +1,7 @@
+block = ScratchPad.recorded
+ScratchPad.record(block.call)
+
+module ModuleSpecs::Autoload
+ class RequiredDirectly
+ end
+end