Sha256: 77ade2dab8540a84adfcb7dfdb25e5ebb536180c1ab8a75224284ba465d4e0a3
Contents?: true
Size: 281 Bytes
Versions: 10
Compression:
Stored size: 281 Bytes
Contents
describe 'Blacklight Test Application' do it "should have a Blacklight module" do expect(Blacklight).to be_a_kind_of(Module) end it "should have a Catalog controller" do expect(CatalogController.blacklight_config).to be_a_kind_of(Blacklight::Configuration) end end
Version data entries
10 entries across 10 versions & 1 rubygems