Skip to content

Commit

Permalink
List only works with install_with_caskfile. (Homebrew#23328)
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored and Jonathan Dahan committed Sep 24, 2016
1 parent eeb7e1b commit d265213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cask/cli/list_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
casks = %w[local-caffeine local-transmission].map { |c| Hbc.load(c) }

casks.each do |c|
TestHelper.install_without_artifacts(c)
TestHelper.install_with_caskfile(c)
end

lambda {
Expand Down

0 comments on commit d265213

Please sign in to comment.