diff options
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/utils_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/utils_spec.rb b/Library/Homebrew/test/utils_spec.rb index 5f370a040..ffaa1f493 100644 --- a/Library/Homebrew/test/utils_spec.rb +++ b/Library/Homebrew/test/utils_spec.rb @@ -191,7 +191,7 @@ describe "globally-scoped helper methods" do      ENV["HOMEBREW_EDITOR"] = "vemate"      ENV["HOMEBREW_PATH"] = dir -    editor = dir/"vemate" +    editor = "#{dir}/vemate"      FileUtils.touch editor      FileUtils.chmod 0755, editor  | 
