We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32193f7 commit 75a6339Copy full SHA for 75a6339
spec/integration/check_spec.rb
@@ -34,9 +34,6 @@
34
it 'returns no versions' do
35
payload = { version: { ref: '1' }, source: { repo: 'jtarchie/test', every: true } }
36
37
- proxy.stub('https://api.github.com:443/repos/jtarchie/test/pulls/1')
38
- .and_return(json: {})
39
-
40
expect(check(payload)).to eq []
41
end
42
@@ -96,9 +93,6 @@
96
93
97
94
payload = { version: { ref: '1' }, source: { repo: 'jtarchie/test' } }
98
95
99
100
101
102
103
104
0 commit comments