spec/test_app/config/initializers/session_store.rb in the1kbgrid-css-rails-1.1.1 vs spec/test_app/config/initializers/session_store.rb in the1kbgrid-css-rails-1.1.2
- old
+ new
@@ -1,7 +1,9 @@
+# encoding: utf-8
# Be sure to restart your server when you modify this file.
-TestApp::Application.config.session_store :cookie_store, key: '_test_app_session'
+TestApp::Application.config.session_store \
+ :cookie_store, :key => '_test_app_session'
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
# (create the session table with "rails generate session_migration")
# TestApp::Application.config.session_store :active_record_store