We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c47cb2 commit fdf1e16Copy full SHA for fdf1e16
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\.g.yxqyang.asia/)
+ stub_request(:get, /api\.github\.com/)
20
.to_return(:status => 200, :body => "{}", :headers => {})
21
end
22
0 commit comments