Sha256: 6ee06ad89e6abb4cba1f0519930b3d8a3ff735f905d72219053a4df6b5b615a8
Contents?: true
Size: 431 Bytes
Versions: 6
Compression:
Stored size: 431 Bytes
Contents
require 'spec_helper' RSpec.describe RockRMS::Client::ContentChannelType, type: :model do include_context 'resource specs' describe '#list_content_channel_types(options = {})' do it 'returns a list of content channel types' do result = client.list_content_channel_types expect(result).to be_an(Array) expect(result.first).to have_key(:id) expect(result.first).to have_key(:name) end end end
Version data entries
6 entries across 5 versions & 1 rubygems