Sha256: fb0ce22d7495eb0dda68cd5d6223f07ef59a2f3e1845b296b721fd65252ab532

Contents?: true

Size: 480 Bytes

Versions: 6

Compression:

Stored size: 480 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
require File.expand_path(File.dirname(__FILE__) + '/shared_etap_hash_spec')

describe Etapper::PhoneHash do
  before(:each) do
    @basearray = YAML.load_file(File.dirname(__FILE__) + '/fixtures/phones_api.yml')
    @etaphash = Etapper::PhoneHash.new(@basearray)
    @keymethod = :type
    @valmethod = :number
    @secondarymethod = :number
  end
  it_should_behave_like "an implementation of EtapHash"
  
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
etapper-0.0.5 spec/phone_hash_spec.rb
etapper-0.0.4 spec/phone_hash_spec.rb
etapper-0.0.3 spec/phone_hash_spec.rb
etapper-0.0.2 spec/phone_hash_spec.rb
etapper-0.0.1 spec/phone_hash_spec.rb
etapper-0.0.0 spec/phone_hash_spec.rb