features/test/ruby/install_gem.sh

11 lines
175 B
Bash
Raw Normal View History

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
check "gem installed" bash -c "gem install rubocop"
# Report result
reportResults