#!/bin/sh # Install Puppet deps for specs if necessary.

set -e

if [ -f spec/fixtures/Puppetfile ]; then

cd spec/fixtures && ../../.bundle/binstubs/librarian-puppet install

fi