Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit f49554f

Browse files
committed
Include Homebrew in library path
1 parent a999fbc commit f49554f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/homebrew_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
let(:facts) { default_test_facts }
55

66
let(:dir) { facts[:homebrew_root] }
7-
let(:cmddir) { "#{dir}/Library/Taps/boxen/homebrew-brews/cmd" }
7+
let(:cmddir) { "#{dir}/Homebrew/Library/Taps/boxen/homebrew-brews/cmd" }
88

99
it do
1010
should contain_exec("install homebrew to #{dir}/Homebrew").with({
@@ -22,7 +22,7 @@
2222

2323
should contain_file("#{dir}/lib").with_ensure("directory")
2424
should contain_file(cmddir).with_ensure("directory")
25-
should contain_file("#{dir}/Library/Taps").with_ensure("directory")
25+
should contain_file("#{dir}/Homebrew/Library/Taps").with_ensure("directory")
2626
should contain_file("/test/boxen/cache/homebrew").with_ensure("directory")
2727
end
2828
end

0 commit comments

Comments
 (0)