1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 22:03:52 -05:00

Merge branch 'master' into use-command

This commit is contained in:
Kevin Burke
2015-03-31 18:57:44 -07:00
5 changed files with 21 additions and 166 deletions

View File

@@ -57,9 +57,5 @@ setup() {
cat > ".ruby-version" <<<"ruby-1.8.7"
run rbenv-version-name
assert_success
assert_output <<OUT
warning: ignoring extraneous \`ruby-' prefix in version \`ruby-1.8.7'
(set by ${PWD}/.ruby-version)
1.8.7
OUT
assert_output "1.8.7"
}