Sha256: ff300bb7ec6fd9b7826f535e875f49f2f82ee163b567b676d4663ef2abd6ebce

Contents?: true

Size: 286 Bytes

Versions: 1

Compression:

Stored size: 286 Bytes

Contents

require 'helper'

describe FullContact::Client do
  FullContact::Configuration::VALID_FORMATS.each do |format|
    context ".new(:format => '#{format}')" do
      before do
        @client = FullContact::Client.new(:format => format, :api_key => 'api_key')
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fullcontact-0.8.2 spec/ruby_fullcontact/client/person_spec.rb