Sha256: 790593950305e34e12223ce66db5b196b511eaf0e09e307a1d162c662a4ac4aa
Contents?: true
Size: 296 Bytes
Versions: 20
Compression:
Stored size: 296 Bytes
Contents
require 'spec_helper' describe 'Blacklight Test Application' do it "should have a Blacklight module" do Blacklight.should be_a_kind_of(Module) end it "should have a Catalog controller" do CatalogController.blacklight_config.should be_a_kind_of(Blacklight::Configuration) end end
Version data entries
20 entries across 20 versions & 4 rubygems