Issy Long 1edb59e086
test/search: Fix stubbing of GitHub::API.open_rest call
Test failure:

```
Failure/Error:
  expect(described_class.search_taps("some-formula"))
    .to match(formulae: ["homebrew/foo/some-formula"], casks: ["homebrew/bar/some-cask"])

  GitHub::API asked to yield |[{"items"=>[{"path"=>"Formula/some-formula.rb", "repository"=>{"full_name"=>"Homebrew/homebrew-foo"}}, {"path"=>"Casks/some-cask.rb", "repository"=>{"full_name"=>"Homebrew/homebrew-bar"}}]}]| but no block was passed
```
2023-02-25 22:00:37 +00:00
..
2023-02-22 21:53:32 +00:00
2023-02-10 23:17:16 -05:00
2023-02-23 13:17:35 -05:00
2023-02-20 18:14:47 -08:00
2023-01-25 14:37:39 -08:00
2023-01-19 12:40:50 -05:00
2023-01-26 21:18:24 -08:00
2023-02-10 08:59:51 +00:00
2023-01-22 17:26:44 -08:00