summaryrefslogtreecommitdiff
path: root/spec/ruby/core/module/fixtures/const_added.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/module/fixtures/const_added.rb')
-rw-r--r--spec/ruby/core/module/fixtures/const_added.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/ruby/core/module/fixtures/const_added.rb b/spec/ruby/core/module/fixtures/const_added.rb
new file mode 100644
index 0000000000..0f5baad65d
--- /dev/null
+++ b/spec/ruby/core/module/fixtures/const_added.rb
@@ -0,0 +1,4 @@
+module ModuleSpecs
+ module ConstAddedSpecs
+ end
+end