Search code examples
rubyrspecrdocioke

Getting RSpec into RDoc


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 ;-) )?


Solution

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