Sha256: 23225aaf00b9e8124353937b3262c1b00fe829b5f4b91147570c331ebb54b302
Contents?: true
Size: 292 Bytes
Versions: 13
Compression:
Stored size: 292 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
13 entries across 13 versions & 1 rubygems