postmodern / ruby-install

Installs Ruby, JRuby, TruffleRuby, or mruby
MIT License
1.89k stars 250 forks source link

Add tests for the various rubies own `functions.sh` logic #475

Closed postmodern closed 8 months ago

postmodern commented 8 months ago

We should increase test coverage to also load the various rubies functions.sh files, which are starting to contain logic at the top of the files which sets various global variables.

postmodern commented 8 months ago

Implemented in 66232bc, ed7e487, e7ae486, 712af2f, and 638253a.