Created
January 16, 2012 13:28
-
-
Save mpapis/1620880 to your computer and use it in GitHub Desktop.
rvm use 1.9.9999 # status=1; status!=0; match=~/WARN.*is not installed/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RVM is not a function, selecting rubies with 'rvm use ...' will not work. | |
| Tests(failed 3): | |
| failed: status = 1 # was 0 | |
| failed: status != 0 # was 0 | |
| failed: match = /WARN.*is not installed/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment