1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-09-08 20:05:50 +03:00
Этот коммит содержится в:
Gleb Tv
2026-07-03 00:37:28 +03:00
родитель 2123838018 185a470641
Коммит 7339e4a53d
52 изменённых файлов: 1274 добавлений и 103 удалений

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

@@ -8,9 +8,16 @@ end
require "yookassa"
require "webmock/rspec"
WebMock.disable_net_connect!(allow_localhost: true)
Dir[File.expand_path("support/**/*.rb", __dir__)].each { |file| require file }
RSpec.configure do |config|
config.order = :random
config.filter_run focus: true
config.run_all_when_everything_filtered = true
config.before do
WebMock.reset!
end
end