bind: fix test context

This commit is contained in:
Jérémy Lecour 2017-04-06 11:45:37 +02:00 committed by Jérémy Lecour
parent b6d2c023cf
commit 947f617f7d
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ suites:
playbook: ./tests/test.yml playbook: ./tests/test.yml
verifier: verifier:
patterns: patterns:
- nginx/tests/spec/bind_spec.rb - bind/tests/spec/bind_spec.rb
bundler_path: '/usr/local/bin' bundler_path: '/usr/local/bin'
rspec_path: '/usr/local/bin' rspec_path: '/usr/local/bin'

View file

@ -1,4 +1,4 @@
--- ---
- hosts: test-kitchen - hosts: test-kitchen
roles: roles:
- role: nginx - role: bind