autodoc:从机架应用程序和请求规范生成文档

时间:2024-06-03 04:34:26
【文件属性】:

文件名称:autodoc:从机架应用程序和请求规范生成文档

文件大小:43KB

文件格式:ZIP

更新时间:2024-06-03 04:34:26

rspec Ruby

自动文件 从机架应用程序和请求规范生成文档。 安装 gem "autodoc" , group : :test 如果要生成toc_html,则应安装redcarpet (可选)。 gem "redcarpet" , group : :test 用法 使用AUTODOC = 1运行rspec来为您的请求规范生成文档,该文档带有:autodoc标记。 示例:Autodoc从生成和 # shell-command AUTODOC=1 rspec 例子 对于任何具有机架测试的机架应用 # spec/requests/entries_spec.rb describe "Entries" do include Rack :: Test :: Methods let ( :app ) do MyRackApplication end describe "GET /ent


【文件预览】:
autodoc-master
----.gitignore(210B)
----CHANGELOG.md(4KB)
----LICENSE.txt(1KB)
----spec()
--------dummy()
--------autodoc()
--------requests()
--------spec_helper.rb(717B)
----README.md(4KB)
----autodoc.gemspec(1KB)
----lib()
--------autodoc.rb(332B)
--------autodoc()
----.circleci()
--------config.yml(718B)
----Gemfile(304B)
----Rakefile(28B)
----Gemfile.lock(4KB)

网友评论