aboutsummaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ruby/test.sh b/test/ruby/test.sh
index 1927cb6..4c1cc36 100644
--- a/test/ruby/test.sh
+++ b/test/ruby/test.sh
@@ -6,7 +6,8 @@ set -e
source dev-container-features-test-lib
# Definition specific tests
-check "version" ruby --version
+check "ruby version" ruby --version
+check "gem version" gem --version
# Report result
reportResults \ No newline at end of file