features/test/ruby/no_version.sh
2023-11-25 00:07:33 +00:00

14 lines
257 B
Bash

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
# Definition specific tests
check "rvm" rvm --version
check "no rvm rubies" bash -c "rvm list | fgrep 'No rvm rubies installed yet'"
# Report result
reportResults