1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-09-07 19:35:51 +03:00

Completele replace evil client with http, saving initial interface and backward compatibility

Этот коммит содержится в:
Ivan Shamatov
2021-10-30 18:51:29 +03:00
родитель 98b9eb2667
Коммит 89b77c0350
13 изменённых файлов: 138 добавлений и 140 удалений

Просмотреть файл

@@ -13,9 +13,4 @@ RSpec.configure do |config|
config.order = :random
config.filter_run focus: true
config.run_all_when_everything_filtered = true
config.around(:each) do |example|
stub_request(:any, //)
example.run
end
end