Sha256: aee2629d741a60a28caddea7b9d513ad3d75b0b39c58d229f9aaf8e86500117f
Contents?: true
Size: 669 Bytes
Versions: 2
Compression:
Stored size: 669 Bytes
Contents
require 'spec_helper' describe Cellular::Configuration do it { should respond_to :username= } it { should respond_to :username } it { should respond_to :password= } it { should respond_to :password } it { should respond_to :delivery_url= } it { should respond_to :delivery_url } it { should respond_to :backend= } it { should respond_to :backend } it { should respond_to :price= } it { should respond_to :price } it { should respond_to :country_code= } it { should respond_to :country_code } it { should respond_to :sender= } it { should respond_to :sender } it { should respond_to :logger= } it { should respond_to :logger } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cellular-2.1.0 | spec/cellular/configuration_spec.rb |
cellular-2.0.0 | spec/cellular/configuration_spec.rb |