Sha256: 0751f75cf6e604952058e7dccc2e1279bd7ba087e415fcc73407c237b30e98e1
Contents?: true
Size: 288 Bytes
Versions: 6
Compression:
Stored size: 288 Bytes
Contents
describe YARD::Generators::QuickDocGenerator do before { Registry.clear } it "should call all sections" do Parser::SourceParser.parse_string(<<-eof) class A # Docstring def method1; end end eof g = Generators::QuickDocGenerator.new end end
Version data entries
6 entries across 6 versions & 1 rubygems