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 b37816c commit e323d88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ checks:

build:
environment:
# Any environment variables we should set for you.
variables:

# Languages
ruby: "2.3.1"
ruby: 2.4.2

# Various pre-installed services that can be configured.
postgresql: true
postgresql: true

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

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

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

0 comments on commit e323d88

Please sign in to comment.