fix: move rspec tests on tests folder

This commit is contained in:
Adrien Waksberg 2017-10-15 08:43:31 +02:00
parent f4e1242c82
commit 44a2dd9518
2 changed files with 1 additions and 6 deletions

View file

@ -22,10 +22,5 @@ task verify: %w[
task :install do
exec_cmd("ansible-playbook -i tests/inventory tests/#{ansible_role}.yml")
exec_cmd("ansible-playbook -i tests/inventory tests/#{ansible_role}.yml | grep changed=0")
exec_cmd("cd spec && rspec #{ansible_role}.rb")
exec_cmd("cd tests/spec && rspec #{ansible_role}.rb")
end
#task :purge do
# exec_cmd('ansible-playbook -i tests/inventory tests/purge.yml')
# exec_cmd('cd spec && rspec purge.rb')
#end