Sha256: dde5167200aaabcd361b7180ac556975b61e8c582e96c70b50002640044fe7d4
Contents?: true
Size: 595 Bytes
Versions: 2
Compression:
Stored size: 595 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 } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cellular-1.3.0 | spec/cellular/configuration_spec.rb |
cellular-1.2.0 | spec/cellular/configuration_spec.rb |