Sha256: 93022698a9f40e15fdbbe5acdf223a9aa967ae03f77a313b300f055e32f3b93b

Contents?: true

Size: 432 Bytes

Versions: 3

Compression:

Stored size: 432 Bytes

Contents

# frozen_string_literal: true
require 'spec_helper'

describe 'Config' do
  it 'Loads new Aardvark relationships' do
    expect(Settings).to respond_to('RELATIONSHIPS_SHOWN')
    [:field, :query_type, :icon, :label].each do |method|
      expect(Settings.RELATIONSHIPS_SHOWN.MEMBER_OF).to respond_to(method)
    end
  end

  it 'Loads new v3.4 Settings.FIELDS defaults' do
    expect(Settings.HOMEPAGE_MAP_GEOM).to be_nil
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geoblacklight-4.0.0 spec/config/initializers/rails_config_spec.rb
geoblacklight-4.0.0.pre.rc3 spec/config/initializers/rails_config_spec.rb
geoblacklight-4.0.0.pre.rc2 spec/config/initializers/rails_config_spec.rb