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

Add Rails webhook engine, docs, and dependency refresh

Этот коммит содержится в:
Gleb Tv
2026-03-02 18:16:57 +03:00
родитель 85e97dc70c
Коммит 8f13fe4748
19 изменённых файлов: 999 добавлений и 121 удалений

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

@@ -8,9 +8,16 @@ end
require "yookassa"
require "webmock/rspec"
WebMock.disable_net_connect!(allow_localhost: true)
Dir[File.expand_path("support/**/*.rb", __dir__)].sort.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