diff --git a/test/completions.bats b/test/completions.bats index 0f79654..0feccfa 100644 --- a/test/completions.bats +++ b/test/completions.bats @@ -38,7 +38,9 @@ else exit 1 fi" run rbenv-completions hello happy world - assert_success "\ - happy - world" + assert_success + assert_output <" { @@ -85,9 +88,10 @@ else fi SH - create_executable "rake" "\ - #!/usr/bin/env ruby - echo hello rake" + create_executable "rake" <