Skip to content

Commit

Permalink
Merge pull request #921 from github/regex
Browse files Browse the repository at this point in the history
Fix improperly bound regex
  • Loading branch information
yoannchaudet authored Aug 6, 2024
2 parents 43aa23e + fdf1e16 commit 0d149e9
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\.github\.com/)
.to_return(:status => 200, :body => "{}", :headers => {})
end
end
Expand Down

0 comments on commit 0d149e9

Please sign in to comment.