1
0
зеркало из https://github.com/glebtv/yookassa.git synced 2026-08-28 15:16:18 +03:00
Files
yookassa/spec/yookassa_spec.rb
2021-10-28 20:16:56 +03:00

8 строки
143 B
Ruby

# frozen_string_literal: true
RSpec.describe Yookassa do
it "has a version number" do
expect(Yookassa::VERSION).not_to be nil
end
end