spec/internal/config/initializers/session_store.rb in blacklight_cql-2.0.1 vs spec/internal/config/initializers/session_store.rb in blacklight_cql-3.0.0

- old
+ new

@@ -1,3 +1,3 @@ # Be sure to restart your server when you modify this file. -Internal::Application.config.session_store :cookie_store, key: '_internal_session' +Rails.application.config.session_store :cookie_store, key: '_internal_session'