Skip to content

Instantly share code, notes, and snippets.

@kinopyo
Created March 29, 2012 03:10
Show Gist options
  • Save kinopyo/2232851 to your computer and use it in GitHub Desktop.
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 ..."
# 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