aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/optional/capi/fixtures/path_to_class.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/optional/capi/fixtures/path_to_class.rb')
-rw-r--r--spec/ruby/optional/capi/fixtures/path_to_class.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/ruby/optional/capi/fixtures/path_to_class.rb b/spec/ruby/optional/capi/fixtures/path_to_class.rb
new file mode 100644
index 0000000000..acd577ff24
--- /dev/null
+++ b/spec/ruby/optional/capi/fixtures/path_to_class.rb
@@ -0,0 +1,6 @@
+class CApiClassSpecs
+ class A
+ module D
+ end
+ end
+end