1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-09-07 11:25:51 +03:00
Этот коммит содержится в:
Ivan Shamatov
2021-10-28 20:15:08 +03:00
родитель 847c90bb6c
Коммит e6a7b5cb7f
23 изменённых файлов: 254 добавлений и 138 удалений

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

@@ -1,13 +1,13 @@
# frozen_string_literal: true
begin
require 'pry'
require "pry"
rescue LoadError
nil
end
require 'yookassa'
require 'webmock/rspec'
require "yookassa"
require "webmock/rspec"
RSpec.configure do |config|
config.order = :random