diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-27 20:20:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-27 20:20:32 +0300 |
commit | 54bb1d4e25732c91f33083b625c2b2512a03c472 (patch) | |
tree | 54efe7d2c5a97909126a92c2f215c03216ba88b9 /test/ruby | |
parent | 9611a036f2a971847d007b33f30e9eb506f515f3 (diff) |
update jupyter and ruby features (#26)jospicer/testing-multi-repo-auth
* jekyll and jupyter updates
* add ruby to jekylls pr test
* update jekyll and ruby test
* remove features that dont follow my rules
Diffstat (limited to 'test/ruby')
-rw-r--r-- | test/ruby/test.sh | 3 |
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 |