We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a702c commit ebdbffdCopy full SHA for ebdbffd
spec/errbit_github_plugin/issue_tracker_spec.rb
@@ -115,7 +115,7 @@
115
end
116
let(:fake_issue) do
117
double("Fake Issue").tap do |issue|
118
- expect(issue).to receive(:html_url).and_return("http://github.com/user/repos/issues/878")
+ expect(issue).to receive(:html_url).and_return("http://github.com/user/repos/issues/878").twice
119
120
121
0 commit comments