mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 07:13: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:
@@ -16,9 +16,11 @@ create_executable() {
|
||||
create_executable "2.0" "rspec"
|
||||
|
||||
run rbenv-whence ruby
|
||||
assert_success "\
|
||||
1.8
|
||||
2.0"
|
||||
assert_success
|
||||
assert_output <<OUT
|
||||
1.8
|
||||
2.0
|
||||
OUT
|
||||
|
||||
run rbenv-whence rake
|
||||
assert_success "1.8"
|
||||
|
||||
Reference in New Issue
Block a user