Closed derrxb closed 3 years ago
By the way, I guess this line has some problems.
Because $ rake spec
has no means in our Rakefile.
I think this part should be $ rake spec:all
Now, this GitHub Action testing should always pass (because $ rake spec
has no means).
I didn't write the code with the rake spec
. That's something @eslywadan wrote in the master
Can you try running the tests again? I did a recent push to master like less than 5 mins ago? @Kyeg
Ok, thanks. I think everything is solved.
rake spec:all
Run options: --seed 36092
# Running:
............................
Finished in 1.280005s, 21.8749 runs/s, 85.1559 assertions/s.
28 runs, 109 assertions, 0 failures, 0 errors, 0 skips
Coverage report generated for RSpec to /Users/kyeg_logos_mac/GitHub_Box/api-mind-map/coverage. 922 / 958 LOC (96.24%) covered.
I am on the latest
inbox-create branch
.It seems two tests cannot be passed.