diff bin/run_test @ 437:d31fe32da7a0

Finish updating to rails 5
author nanaya <me@myconan.net>
date Sat, 02 Jul 2016 17:04:25 +0900
parents 4f7fb63f0537
children
line wrap: on
line diff
--- a/bin/run_test	Mon Jun 13 15:07:38 2016 +0900
+++ b/bin/run_test	Sat Jul 02 17:04:25 2016 +0900
@@ -19,8 +19,8 @@
   # local_config.
   touch config/local_config.rb
   cat << EOF > config/local_config.rb
-CONFIG["standalone"] = true
-CONFIG["secret_key"] = "$(bundle exec rake secret)"
+\$cfg[:standalone] = true
+\$cfg[:secret_key] = "$(bundle exec rake secret)"
 EOF
 fi