Skip to content

Commit a17393e

Browse files
committed
- Still fighting with rdoc? Yup. Still fighting with rdoc...
[git-p4: depot-paths = "//src/minitest/dev/": change = 14512]
1 parent 68b3d0c commit a17393e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/minitest/spec.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ def #{new_name} *args
3838
end
3939
end
4040

41-
Minitest::Expectation = Struct.new :target, :ctx # :nodoc:
41+
# :stopdoc:
42+
module Minitest # fucking hell rdoc...
43+
Expectation = Struct.new :target, :ctx
44+
end
45+
# :startdoc:
4246

4347
##
4448
# Kernel extensions for minitest

0 commit comments

Comments
 (0)