Sha256: 2a5fb834ed5aa78de12f57cbaefdd8840a1940e310a8fa4e7797a948def2b501
Contents?: true
Size: 267 Bytes
Versions: 36
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true describe ApplicationController do describe "#blacklight_config" do it "provides a default blacklight_config everywhere" do expect(controller.blacklight_config).to eq CatalogController.blacklight_config end end end
Version data entries
36 entries across 36 versions & 1 rubygems