Commit e7dc0a3bf61ddfbd8810d6fccbae32cbfeb2efd2

Authored by Dhruv Kapadia
1 parent 8dc47cf7

Reverting renaming of test database in database.yml

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/database.yml
... ... @@ -3,7 +3,7 @@
3 3  
4 4 development: &default
5 5 adapter: mysql
6   - database: pairwise_development
  6 + database: rebirth_development
7 7 pool: 5
8 8 timeout: 5000
9 9  
... ...