Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-cmd/livecheck: guard watchlist test
The existing watchlist test in `dev-cmd/livecheck_spec.rb` will only pass if the testing environment doesn't contain a livecheck watchlist file. When a watchlist file is present, it ends up being treated as empty (formulae and casks aren't available in tests) and produces an `Invalid usage: No formulae or casks to check` error instead. We don't have to worry about a watchlist file on CI but it's a potential issue when running `brew test` locally. This adds an `if` condition to the test, to ensure that it only runs when a livecheck watchlist file doesn't exist.
- Loading branch information