Skip to content

Commit fdf1e16

Browse files
committed
Escape all the dots
1 parent 1c47cb2 commit fdf1e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Stub all GitHub API requests so they come back empty.
1818
config.before(:each) do
19-
stub_request(:get, /api\.g.yxqyang.asia/)
19+
stub_request(:get, /api\.github\.com/)
2020
.to_return(:status => 200, :body => "{}", :headers => {})
2121
end
2222
end

0 commit comments

Comments
 (0)