features/test/ruby/ruby_debian.sh

13 lines
189 B
Bash
Raw Normal View History

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
check "ruby" ruby -v
check "rake" bash -c "gem list | grep rake"
# Report result
reportResults