Skip to content

Commit

Permalink
Escape all the dots
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchaudet committed Aug 6, 2024
1 parent 1c47cb2 commit fdf1e16
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 fdf1e16

Please sign in to comment.