Skip to content

Commit

Permalink
update scrutinizer postgres user
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbeales committed Mar 28, 2018
1 parent 8a53711 commit 156f101
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ checks:
build:
dependencies:
before:
- psql -c 'CREATE DATABASE mental_health_test;' -U postgres
- psql -c "CREATE USER mental WITH PASSWORD 'health';" -U postgres
- psql -c 'CREATE DATABASE mental_health_test;' -U scrutinizer
- psql -c "CREATE USER mental WITH PASSWORD 'health';" -U scrutinizer
environment:
# Languages
ruby: 2.4.2
Expand Down
8 changes: 4 additions & 4 deletions spec/rspec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ JournalEntry
unique entry date
 {:timecop=>:freeze}
#to_s
 should eq "2018-03-28 04:38:25 UTC "
 should eq "2018-03-28 13:54:19 UTC "

Journal
 is an instance of Journal
Expand All @@ -400,7 +400,7 @@ Journal
 should not be truthy
#list_entries
defaults to last 4
 should eq "2018-03-28 04:38:25 UTC 2012-12-12 00:00:00 UTC "
 should eq "2018-03-28 13:54:19 UTC 2012-12-12 00:00:00 UTC "
#read_entry
 should be > 0
#name
Expand Down Expand Up @@ -972,7 +972,7 @@ AlexaService
 should eq " Cannot find instrument blah. Please try again.\n"
 should eq "Below is a list of the ways you might have felt or behaved. Please check the boxes to tell me how often you have felt this way in the past week or so."
#read_all
 should eq "2018-03-28 04:38:24 UTC "
 should eq "2018-03-28 13:54:18 UTC "
 should not be nil

InstrumentLoaderCsv
Expand Down Expand Up @@ -1000,6 +1000,6 @@ InstrumentLoader
missing instrument
 should raise RuntimeError

Finished in 7.78 seconds (files took 4.35 seconds to load)
Finished in 10.39 seconds (files took 11.5 seconds to load)
510 examples, 0 failures

0 comments on commit 156f101

Please sign in to comment.