aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatrina Owen <katrina.owen@gmail.com>2012-07-13 19:24:48 +0200
committerKatrina Owen <katrina.owen@gmail.com>2012-07-13 19:24:48 +0200
commitec4245cfcb47247ab44dfc577055a71e5975d6f2 (patch)
tree1f262f4cc1300aaefe22e1d38babca46ce6fc3f5
parenta734902e9a1c64dd36b0ff08db44707c9f870e17 (diff)
downloadrails-ec4245cfcb47247ab44dfc577055a71e5975d6f2.tar.gz
rails-ec4245cfcb47247ab44dfc577055a71e5975d6f2.tar.bz2
rails-ec4245cfcb47247ab44dfc577055a71e5975d6f2.zip
Add note about needing mysql superuser for unit tests.
-rw-r--r--activerecord/RUNNING_UNIT_TESTS2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/RUNNING_UNIT_TESTS b/activerecord/RUNNING_UNIT_TESTS
index 2c310e7ac3..1a561335fc 100644
--- a/activerecord/RUNNING_UNIT_TESTS
+++ b/activerecord/RUNNING_UNIT_TESTS
@@ -3,6 +3,8 @@
Copy test/config.example.yml to test/config.yml and edit as needed. Or just run the tests for
the first time, which will do the copy automatically and use the default (sqlite3).
+Create a mysql superuser named 'rails' that does not have a password.
+
You can build postgres and mysql databases using the postgresql:build_databases and mysql:build_databases rake tasks.
== Running the tests