We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43aa23e + fdf1e16 commit 0d149e9Copy full SHA for 0d149e9
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\.github\.com/)
20
.to_return(:status => 200, :body => "{}", :headers => {})
21
end
22
0 commit comments