features/test/ruby/no_version.sh

14 lines
257 B
Bash
Raw Normal View History

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
2023-11-25 02:16:00 +03:00
# Definition specific tests
check "rvm" rvm --version
2023-11-25 03:07:33 +03:00
check "no rvm rubies" bash -c "rvm list | fgrep 'No rvm rubies installed yet'"
# Report result
reportResults