1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-09-08 03:45:51 +03:00
Этот коммит содержится в:
Ivan Shamatov
2021-11-09 10:05:01 +03:00
коммит произвёл GitHub
родитель 22b12409d0
Коммит 2e4efb4143
20 изменённых файлов: 459 добавлений и 26 удалений

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

@@ -41,4 +41,16 @@ RSpec.describe Yookassa do
expect(Yookassa.payments).to be_a(Yookassa::Payments)
end
end
describe ".refunds" do
it "delegates request to client and creates an instance" do
expect(Yookassa.refunds).to be_a(Yookassa::Refunds)
end
end
describe ".receipts" do
it "delegates request to client and creates an instance" do
expect(Yookassa.receipts).to be_a(Yookassa::Receipts)
end
end
end