We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43aa23e commit 1c47cb2Copy full SHA for 1c47cb2
spec/spec_helper.rb
@@ -16,7 +16,7 @@
16
17
# Stub all GitHub API requests so they come back empty.
18
config.before(:each) do
19
- stub_request(:get, /api.github.com/)
+ stub_request(:get, /api\.g.yxqyang.asia/)
20
.to_return(:status => 200, :body => "{}", :headers => {})
21
end
22
0 commit comments