mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 15:23:53 -05:00
undo assert_output_lines in tests
It was a dumb idea and it wasn't even implemented perfectly.
This commit is contained in:
@@ -49,9 +49,12 @@ create_executable() {
|
||||
create_executable "2.0" "rspec"
|
||||
|
||||
RBENV_VERSION=1.8 run rbenv-which rspec
|
||||
assert_failure "\
|
||||
rbenv: rspec: command not found
|
||||
The \`rspec' command exists in these Ruby versions:
|
||||
1.9
|
||||
2.0"
|
||||
assert_failure
|
||||
assert_output <<OUT
|
||||
rbenv: rspec: command not found
|
||||
|
||||
The \`rspec' command exists in these Ruby versions:
|
||||
1.9
|
||||
2.0
|
||||
OUT
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user