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 5, 2024
1 parent ee03434 commit d2a5d22
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 d2a5d22

Please sign in to comment.