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
verifier:
patterns:
- nginx/tests/spec/bind_spec.rb
- bind/tests/spec/bind_spec.rb
bundler_path: '/usr/local/bin'
rspec_path: '/usr/local/bin'

View File

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