Sha256: a5685c68ded9048f424608d91bc06eae06c56d9352362d3bac4ae3aa2a9d637f

Contents?: true

Size: 192 Bytes

Versions: 8

Compression:

Stored size: 192 Bytes

Contents

require 'spec_helper'

describe Spotlight::Site do
  describe '.instance' do
    it 'is a singleton' do
      expect(described_class.instance).to eq described_class.instance
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blacklight-spotlight-0.18.0 spec/models/spotlight/site_spec.rb
blacklight-spotlight-0.17.1 spec/models/spotlight/site_spec.rb
blacklight-spotlight-0.17.0 spec/models/spotlight/site_spec.rb
blacklight-spotlight-0.16.0 spec/models/spotlight/site_spec.rb
blacklight-spotlight-0.15.0 spec/models/spotlight/site_spec.rb
blacklight-spotlight-0.14.2 spec/models/spotlight/site_spec.rb
blacklight-spotlight-0.14.1 spec/models/spotlight/site_spec.rb
blacklight-spotlight-0.14.0 spec/models/spotlight/site_spec.rb