文件名称:nginx_test_helper:一组用于测试 nginx 模块的辅助方法
文件大小:22KB
文件格式:ZIP
更新时间:2024-07-03 15:59:11
Ruby
Nginx 测试助手 一组用于测试 nginx 模块的辅助方法。 安装 将此行添加到应用程序的 Gemfile 中: gem 'nginx_test_helper' 然后执行: $ bundle 或者自己安装: $ gem install nginx_test_helper 用法 使用两个类方法创建一个名为 NginxConfiguration 的模块: default_configuration ,它应该返回一个带有默认配置值的哈希,以及template_configuration ,它应该返回 Nginx 配置模板。 你可以使用下面的命令来生成这个文件 $ nginx_test_helper init init 命令还创建了一个 example_spec.rb 来展示如何使用主要方法: nginx_test_configuration 使用给定的配置和模板启动服务器,
【文件预览】:
nginx_test_helper-master
----.gitignore(170B)
----templates()
--------spec()
--------INSTALL(334B)
----.rspec(26B)
----bin()
--------nginx_test_helper(119B)
----LICENSE(1KB)
----spec()
--------nginx_test_helper_spec.rb(14KB)
--------spec_helper.rb(2KB)
--------nginx_test_helper()
----README.md(4KB)
----nginx_test_helper.gemspec(965B)
----lib()
--------nginx_test_helper.rb(4KB)
--------nginx_test_helper()
----Gemfile(102B)
----Rakefile(260B)