]> source.dussan.org Git - redmine.git/commitdiff
Development database required for running rake test (closes #4153).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 Nov 2009 13:15:59 +0000 (13:15 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 8 Nov 2009 13:15:59 +0000 (13:15 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3021 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/RUNNING_TESTS

index 44fa4883bc8c1a25865bd1cddc415313c9382069..7114af4ee094f3b80820933225ec78680296dad1 100644 (file)
@@ -10,6 +10,8 @@ Running Tests
 Run `rake --tasks test` to see available tests.
 `rake test` will run the entire testsuite.
 
+Before running `rake test` you need to configure both development
+and test databases.
 
 Creating test repositories
 ===================