Sha256: 005d18c42ad806534447a8d1d6465943cbdf780dd527b89c17790d574e4042f9

Contents?: true

Size: 371 Bytes

Versions: 1

Compression:

Stored size: 371 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 }

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cellular-1.1.0 spec/cellular/configuration_spec.rb