Sha256: 5f91175b2d2ba890881b666a6d1c1dfca8ba6ac6a4ddbf83c1fb95eb339a1669
Contents?: true
Size: 309 Bytes
Versions: 40
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true describe Spotlight::ContactImage do subject(:contact_image) do described_class.new(iiif_tilesource: 'http://example.com/iiif/abc123/info.json') end it 'has the appropriate contact image size' do expect(contact_image.iiif_url).to match(%r{/full/70,70/}) end end
Version data entries
40 entries across 40 versions & 1 rubygems