Skip to content

Commit 6e17adc

Browse files
committed
Fix "fe_sendauth no password supplied" exception
`fe_sendauth: no password supplied (PG::ConnectionBad)` was rised on bin/setup and bin/rake preventing the exercise on Ubuntu 16.04, PostgreSQL 9.5 Solution inspired by this answer https://stackoverflow.com/a/36987035/653940
1 parent fff1911 commit 6e17adc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
adapter: "postgresql",
1414
database: "upcase_exercise",
1515
encoding: "utf8",
16-
host: "localhost",
1716
min_messages: "warning"
1817
)
1918

0 commit comments

Comments
 (0)