Getting RSpec into RDoc

951 views Asked by At

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

1

There are 1 answers

0
bb. On BEST ANSWER

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