SyntaxFix
Write A Post
Hire A Developer
Questions
For me, I had to change a line of code in my local_env.yml to get the rspec tests to run.
local_env.yml
I had originally had:
REDIS_HOST: 'redis'
and changed it to:
REDIS_HOST: 'localhost'
and the test ran fine.