Sha256: a5de4aa25f45156fb3812168dbe4f0cde1ddbc8964facbaa2de3b61f4af7e855
Contents?: true
Size: 194 Bytes
Versions: 1
Compression:
Stored size: 194 Bytes
Contents
# frozen_string_literal: true RSpec.describe Yookassa::Config do subject { described_class.new } it { is_expected.to respond_to(:shop_id) } it { is_expected.to respond_to(:api_key) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yookassa-0.2.0 | spec/yookassa/config_spec.rb |