Sha256: 25c484934555bde72dc8ff37a43163f236b73d926217477e9035ac53b13f8867
Contents?: true
Size: 273 Bytes
Versions: 1
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true RSpec.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-7.0.0.rc1 | spec/controllers/application_controller_spec.rb |