The challenge is simple:
- Clone the repository on the
mainbranch - From the project's root directory, run:
$ rspec --fail-fast
- Add code to
passive_record.rbto make the tests pass - Run with the
DEBUGflag to see what reaches the database:$ DEBUG=true rspec --fail-fast
- Stuck? Check the
solutionbranch for one potential solution
Good luck!