1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-08-28 15:16:18 +03:00
Files
yookassa/spec/yandex-checkout_spec.rb
Andrey Paderin 5b6fac0dab initial commit
2019-06-02 04:08:03 +03:00

10 строки
193 B
Ruby

RSpec.describe YandexCheckout do
it "has a version number" do
expect(YandexCheckout::VERSION).not_to be nil
end
it "does something useful" do
expect(false).to eq(true)
end
end