将 RSpec 导入 RDoc
在 Ioke 文档中,ISpec 测试包含在文档中,请参阅 ioke.org/dok/index.html
如何使用 Ruby 的 RSpec 和 RDoc(或 SDoc)来完成此操作? 我找不到任何命令行开关或外部库来执行此操作。 有什么想法(不包括我自己实现;-))?
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 ;-) )?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
时间有帮助:现在有一个 YARD 插件可以完全满足我的要求: http://github.com /lsegal/yard-spec-plugin
Time helps: Now there's a plugin for YARD doing exactly what I want: http://github.com/lsegal/yard-spec-plugin