bin/setup in junk_drawer-1.3.0 vs bin/setup in junk_drawer-1.4.0
- old
+ new
@@ -1,8 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx
+createuser -s -r postgres
+createdb junk_drawer_test -U postgres
+
bundle install
# Do any other automated setup that you need to do here