Skip to content

Commit

Permalink
laxer tests for ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Oct 12, 2023
1 parent 8939b71 commit 6b5bc88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/lang-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6b5bc88

Please sign in to comment.