Sha256: 67556ed6894255193df09d010a850e4368fa0ed22cc59b0386d9f80243d24bc8
Contents?: true
Size: 391 Bytes
Versions: 48
Compression:
Stored size: 391 Bytes
Contents
require 'rails_helper' describe LHS::Collection do let(:data) { ['ROLE_USER', 'ROLE_LOCALCH_ACCOUNT'] } let(:collection){ LHS::Data.new(LHS::Data.new(data)) } context '#respond_to?' do # In this case raw collection is an Array implementing first it 'forwards calls to raw collection' do expect(collection.respond_to?(:first)).to be(true) end end end
Version data entries
48 entries across 48 versions & 1 rubygems