spec/test_app/config/initializers/secret_token.rb in github-css-rails-1.1.2 vs spec/test_app/config/initializers/secret_token.rb in github-css-rails-1.1.3
- old
+ new
@@ -1,7 +1,10 @@
+# encoding: utf-8
# Be sure to restart your server when you modify this file.
# Your secret key for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
-TestApp::Application.config.secret_token = '80cc4f987cf7cfda06c21624c25b808fc420ae80144cb9425c8f24f169c38cdce749ab3c2c711ce87178a0191127dd62c6907aa2154642de78624226cd529e39'
+TestApp::Application.config.secret_token = '80cc4f987cf7cfda06c21624c25b808' \
+ 'fc420ae80144cb9425c8f24f169c38cdce749ab3c2c711ce87178a0191127dd62c6907aa' \
+ '2154642de78624226cd529e39'