Sha256: b4ab3601ef9db23e0106c7b50eeda6dfb2a193f8b20f8871997c1ba9caf54f21
Contents?: true
Size: 421 Bytes
Versions: 1
Compression:
Stored size: 421 Bytes
Contents
require 'spec_helper' describe Collections do before do client end subject(:collections) { Collection.list } it 'returns all collections for current user' do expect(collections).to_not be_nil expect(collections).to be_kind_of Array expect(collections).to be_kind_of Collections expect(collections[0]).to be_kind_of Collection expect(collections.raw_data).to be_kind_of Hash end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shutterstock-v2-0.0.1 | spec/client/collections_spec.rb |