Sha256: 713ed41016c8ee8909e8ed45db1145a8d89afbab14c3d867e6040abb5d9e6096
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 Bytes
Contents
require 'helper' describe Rainmaker::Client do Rainmaker::Configuration::VALID_FORMATS.each do |format| context ".new(:format => '#{format}')" do before do @client = Rainmaker::Client.new(:format => format, :api_key => 'api_key') end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rainmaker-0.1.3 | spec/ruby_rainmaker/client/person_spec.rb |
rainmaker-0.1.1 | spec/ruby_rainmaker/client/person_spec.rb |
rainmaker-0.0.1 | spec/ruby_rainmaker/client/person_spec.rb |