Sha256: 1a9cf3600b7ff1225081ba61acd4ca0aebf161ca29496f2e0d8213c2a23655ed
Contents?: true
Size: 272 Bytes
Versions: 7
Compression:
Stored size: 272 Bytes
Contents
require 'spec_helper' describe 'balanced client' do it 'should allow setting and reading of the api_key' do client = Balanced::Client.new 'miscreant' client.api_key.should eq('miscreant') client.api_key = 'foo' client.api_key.should eq('foo') end end
Version data entries
7 entries across 7 versions & 1 rubygems