test/database.yml in sentry-0.3.1 vs test/database.yml in sentry-0.5.3
- old
+ new
@@ -11,8 +11,8 @@
:database: sentry_plugin_test
:min_messages: ERROR
mysql:
:adapter: mysql
:host: localhost
- :username: rails
- :password:
+ :username: root
+ :password: password
:database: sentry_plugin_test
\ No newline at end of file