Created
March 29, 2012 03:10
-
-
Save kinopyo/2232851 to your computer and use it in GitHub Desktop.
Rails: Turn off rspec postgres warnings "NOTICE: CREATE TABLE will create implicit sequence ..."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add min_messages to test env | |
test: | |
adapter: postgresql | |
encoding: unicode | |
database: homu_test | |
pool: 5 | |
username: postgres | |
password: | |
min_messages: warning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment