aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-05-16 17:58:17 +0100
committerLouise Crow <louise.crow@gmail.com>2014-05-29 17:23:29 +0100
commit573301ec1fe064a8a04f572a8937d38695d5d538 (patch)
treefb600e496a525edeb8b17c13706e6a87fb62b730
parent2273362d91ce5bf9b58748b3917000010b780fc1 (diff)
Fix typo disable_constraints => constraint_disabling
This connection param is consulted in config/initializers/alaveteli.rb to see whether to load our patch for constraint disabling from lib/no_constraint_disabling.rb
-rw-r--r--doc/INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index 04cdb1352..f6563be99 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -255,7 +255,7 @@ Make sure that the user specified in database.yml exists, and has full
permissions on these databases. As they need the ability to turn off
constraints whilst running the tests they also need to be a superuser.
If you don't want your database user to be a superuser, you can add a line
-`disable_constraints: false` to the test config in database.yml, as seen in database.yml-example
+`constraint_disabling: false` to the test config in database.yml, as seen in database.yml-example
You can create a `foi` user from the command line, thus: