We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c33443 commit f6a4f42Copy full SHA for f6a4f42
Library/Homebrew/test/utils/github_spec.rb
@@ -25,9 +25,10 @@
25
results = described_class.search_issues("brew search",
26
repo: "Homebrew/legacy-homebrew",
27
author: "MikeMcQuaid",
28
- is: "closed")
+ is: "issue",
29
+ no: "milestone")
30
expect(results).not_to be_empty
- expect(results.first["title"]).to eq("Shall we run `brew update` automatically?")
31
+ expect(results.first["title"]).to eq("Shall we move more things to taps?")
32
end
33
34
0 commit comments