зеркало из https://github.com/github/pages-gem.git
Fix improperly bound regex
This commit is contained in:
Родитель
43aa23e95f
Коммит
1c47cb2cfd
|
@ -16,7 +16,7 @@ RSpec.configure do |config|
|
|||
|
||||
# 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче