aboutsummaryrefslogtreecommitdiffstats
path: root/test/rdoc/rdoc_markup_to_html_crossref_reference.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc/rdoc_markup_to_html_crossref_reference.rb')
-rw-r--r--test/rdoc/rdoc_markup_to_html_crossref_reference.rb31
1 files changed, 0 insertions, 31 deletions
diff --git a/test/rdoc/rdoc_markup_to_html_crossref_reference.rb b/test/rdoc/rdoc_markup_to_html_crossref_reference.rb
deleted file mode 100644
index cbf6734b28..0000000000
--- a/test/rdoc/rdoc_markup_to_html_crossref_reference.rb
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# This file is parsed by test_rdoc_markup_to_html_crossref.rb
-# during its tests.
-#
-class Ref_Class1
-end
-
-class Ref_Class2
- class Ref_Class3
- def method
- end
-
- class Helper1
- def method?
- end
- end
- end
-end
-
-class Ref_Class3
- class Helper1
- end
-
- class Helper2
- end
-end
-
-class Ref_Class4
- class Ref_Class4
- end
-end