Sha256: bf4b95903d772e543c85dcd329572ad66138bb004161e16bde943807cc3ce20a
Contents?: true
Size: 451 Bytes
Versions: 4
Compression:
Stored size: 451 Bytes
Contents
require 'spec_helper' describe CommonwealthCollectionsSearchBuilder do class CommonwealthCollectionsSearchBuilderTestClass < CommonwealthCollectionsSearchBuilder end before { @obj = CommonwealthCollectionsSearchBuilderTestClass.new(CatalogController.new) } describe 'processor chain' do it 'should add the right methods to the processor chain' do expect(@obj.processor_chain).to include(:collections_filter) end end end
Version data entries
4 entries across 4 versions & 1 rubygems