Merge pull request #3112 from mistydemeo/search_online_failure
search_remote_tap spec: fix test offline
This commit is contained in:
commit
818777687e
@ -2,6 +2,9 @@ require "cmd/search"
|
||||
|
||||
describe Homebrew do
|
||||
specify "#search_taps" do
|
||||
# Otherwise the tested method returns [], regardless of our stub
|
||||
ENV.delete("HOMEBREW_NO_GITHUB_API")
|
||||
|
||||
json_response = {
|
||||
"items" => [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user