diff --git a/tests/lang-ruby.yaml b/tests/lang-ruby.yaml index f488cac38..40bdb78b3 100644 --- a/tests/lang-ruby.yaml +++ b/tests/lang-ruby.yaml @@ -3,9 +3,7 @@ entrypoint: [bash, -i, -c] assert: - stdout.indexOf("ruby") != -1 - - stdout.indexOf("3.0.6") != -1 || - stdout.indexOf("3.1.4") != -1 || - stdout.indexOf("3.2.2") != -1 + - stdout.indexOf("3.") != -1 - status == 0 - desc: it should have rvm command: [rvm --version]