Sha256: ff6faadff092128a101dbd32a20a2337277db240233e70042783210eee3ecbfa

Contents?: true

Size: 592 Bytes

Versions: 15

Compression:

Stored size: 592 Bytes

Contents

require 'spec_helper'

describe Hydra::PCDM::Config do
  context '.indexing_member_ids_key' do
    subject { described_class.indexing_member_ids_key }
    it { is_expected.to eq(described_class::INDEXING_MEMBER_IDS_KEY) }
  end

  context '.indexing_collection_ids_key' do
    subject { described_class.indexing_collection_ids_key }
    it { is_expected.to eq(described_class::INDEXING_COLLECTION_IDS_KEY) }
  end

  context '.indexing_object_ids_key' do
    subject { described_class.indexing_object_ids_key }
    it { is_expected.to eq(described_class::INDEXING_OBJECT_IDS_KEY) }
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hydra-pcdm-1.4.0 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-1.3.0 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-1.2.0 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-1.1.0 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-1.0.1 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-1.0.0 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-0.11.0 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-0.10.0 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-0.9.0 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-0.8.2 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-0.8.1 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-0.8.0 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-0.8.0.beta1 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-0.7.0 spec/hydra/pcdm/config_spec.rb
hydra-pcdm-0.6.0 spec/hydra/pcdm/config_spec.rb