From 1a9aa04e6b6ee58cbb7fb252848d19b9d89df5fc Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 29 Jul 2010 18:25:24 -0300 Subject: [PATCH] Fixing PostgreSQL example configuration --- config/database.yml.pgsql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml.pgsql b/config/database.yml.pgsql index 394d8ce..09f31ef 100644 --- a/config/database.yml.pgsql +++ b/config/database.yml.pgsql @@ -33,7 +33,7 @@ development: # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. -test:&TEST +test: &TEST adapter: postgresql encoding: unicode database: noosfero_test -- libgit2 0.21.2