neillturner / kitchen-verifier-serverspec

A Test Kitchen Serverspec Verifer without having to transit the Busser layer
Other
39 stars 19 forks source link

Check for bundler using standard POSIX command #22

Closed wtanaka closed 7 years ago

wtanaka commented 7 years ago

Avoids situation where sudo('gem') is not able to find gem binary:

sudo: gem: command not found
bash: line 13: [: ==: unary operator expected
sudo: gem: command not found
bash: line 18: [: ==: unary operator expected
wtanaka commented 7 years ago

Attempt to address https://circleci.com/gh/wtanaka/role-tester-ansible/125