зеркало из
https://github.com/glebtv/yookassa.git
synced 2026-08-28 15:16:18 +03:00
10 строки
193 B
Ruby
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
|