Closed yagosansz closed 3 years ago
Oh, would you run rubocop as well? I'm almost off work and then I should be able to fix the CI builds on forked repos.
Would you mind rebasing with the changes? I think I've fixed the CI tooling.
It worked!! Test suite is fixed!! 🎉
It worked!! Test suite is fixed!! 🎉
w00t!
Thanks, @ChaelCodes !!!
Sorry I couldn't fix it right after I submitted the MR - yesterday was my niece's birthday =D
It's been a good learning experience! I didn't even know what rubocop and rebase were.
Hi @ChaelCodes,
I also had to change
spec/requests/profiles_spec.rb:141
, because updating the handle to be a FactoryBot sequence ended up breaking that line - thehandle
would always be "ChaelCodes".This time I ran
docker-compose run --rm web bundle exec rspec
to be sure my changes didn't add any bugs =)Looking forward for your review =)
Closes #68