Closed rejeep closed 13 years ago
When I was to select a gemset using rvm-use an error occurred. It happend because the name global included some spacing.
rvm-use
global
One commit fixes that. The other commit adds a script so that the tests can be run in a terminal like this:
$ ./rvm-tests $ ./rvm-tests rvm-unit-tests.el $ ./rvm-tests rvm-integration-tests.el
You might want to check out the test rvm-test-activate-corresponding-ruby. It did not pass for me.
rvm-test-activate-corresponding-ruby
Thanks a lot! the rvm-tests script you wrote is awesome!
rvm-tests
I had to fix a broken test, but now everything seems to run smooth.
When I was to select a gemset using
rvm-use
an error occurred. It happend because the nameglobal
included some spacing.One commit fixes that. The other commit adds a script so that the tests can be run in a terminal like this:
You might want to check out the test
rvm-test-activate-corresponding-ruby
. It did not pass for me.