Skip to content

Commit

Permalink
update scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbeales committed Mar 28, 2018
1 parent 507170c commit b37816c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ build:
environment:
# Any environment variables we should set for you.
variables:
DB_DATABASE=mentalhealth
DB_USERNAME=mentalhealth@mentalhealth
DB_HOST=mentalhealth.postgres.database.azure.com


# Languages
ruby: "2.3.1"

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 03:12:00 UTC "
 should eq "2018-03-28 03:23:21 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 03:12:00 UTC 2012-12-12 00:00:00 UTC "
 should eq "2018-03-28 03:23:21 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 03:11:58 UTC "
 should eq "2018-03-28 03:23:20 UTC "
 should not be nil

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

Finished in 7.8 seconds (files took 4.19 seconds to load)
Finished in 8.09 seconds (files took 4.19 seconds to load)
510 examples, 0 failures

0 comments on commit b37816c

Please sign in to comment.