aboutsummaryrefslogtreecommitdiff
path: root/test/ruby/test.sh
blob: fda1b2ea94560a3249bb24c17ea6e17e453fb4a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

set -e

# Optional: Import test library
source dev-container-features-test-lib

# Definition specific tests
check "ruby version" ruby  --version
check "gem version" gem --version

echo "location"
echo $(whereis ruby)

# Report result
reportResults