Skip to content

Commit

Permalink
Fix improperly bound regex
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchaudet committed Aug 6, 2024
1 parent 43aa23e commit 1c47cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Stub all GitHub API requests so they come back empty.
config.before(:each) do
stub_request(:get, /api.github.com/)
stub_request(:get, /api\.git.luolix.top/)
.to_return(:status => 200, :body => "{}", :headers => {})
end
end
Expand Down

0 comments on commit 1c47cb2

Please sign in to comment.