spec_helper: fix etc leak.

Fix the `etc/bash_completion.d/_brew_services` leak from the new
bash completion in the Homebrew/homebrew-services tap.
This commit is contained in:
Mike McQuaid 2017-11-05 13:20:08 +00:00
parent 2af98133ba
commit b9d9e63743

View File

@ -117,6 +117,7 @@ RSpec.configure do |config|
HOMEBREW_PINNED_KEGS, HOMEBREW_PINNED_KEGS,
HOMEBREW_PREFIX/".git", HOMEBREW_PREFIX/".git",
HOMEBREW_PREFIX/"bin", HOMEBREW_PREFIX/"bin",
HOMEBREW_PREFIX/"etc",
HOMEBREW_PREFIX/"share", HOMEBREW_PREFIX/"share",
HOMEBREW_PREFIX/"opt", HOMEBREW_PREFIX/"opt",
HOMEBREW_PREFIX/"Caskroom", HOMEBREW_PREFIX/"Caskroom",