aboutsummaryrefslogtreecommitdiff
path: root/test/ruby/ruby_debian.sh
blob: bc5e6554d6d84d18c35337a01fb0779f35f4f3e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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