Question

In Ioke doc, the ISpec tests are included in the documentation, see ioke.org/dok/index.html

How can this be done with Ruby's RSpec and RDoc (or SDoc)? I can't find any commandline switches or external libs to do so. Any ideas (not including implementing it all by myself ;-) )?

Was it helpful?

Solution

Time helps: Now there's a plugin for YARD doing exactly what I want: http://github.com/lsegal/yard-spec-plugin

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top