文件名称:akamai-rspec:使用rspec测试您的akamai配置
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-05 13:07:07
Ruby
akamai-rspec 使用为您的配置编写测试。 如何使用 设置 将'akamai-rspec'添加到您的Gemfile中。 在您的spec-helper.rb ,配置Akamai域: AkamaiRSpec::Request.prod_domain = "www.example.com.edgesuite.net" 或者 AkamaiRSpec::Request.network = "staging" # Defaults to prod network AkamaiRSpec::Request.stg_domain = "www.example.com.edgesuite-staging.net" 然后在您的规格中包括匹配器: RSpec.configure do |c| include AkamaiRSpec::Matchers end 最后,从您的规格中使用匹配
【文件预览】:
akamai-rspec-master
----Dockerfile(117B)
----.gitignore(598B)
----README.md(6KB)
----.rubocop.yml(31B)
----CHANGELOG.md(3KB)
----Gemfile(141B)
----.ruby-version(6B)
----rebuild_and_install.sh(124B)
----Gemfile.lock(2KB)
----spec()
--------fixtures()
--------unit()
--------functional()
--------spec_helper.rb(662B)
----.travis.yml(56B)
----lib()
--------akamai_rspec.rb(119B)
--------akamai_rspec()
----akamai_rspec.gemspec(696B)
----Rakefile(112B)
----test_in_docker.sh(219B)