Closed psantos10 closed 10 months ago
Thanks for letting me know. Unfortunately, I can't do much with that report. Please provide the steps to reproduce, the full logs, and the stacktrace.
I am not sure what I did exactly, but a bunch of adjustments on the code fixed it. Not sure which specific adjust was the that solved the issue.
I tried to upgrade a Rails app from 7.0.8 to Rails 7.1.2 and Pact start creating issues related with RSpec, even when I am using Minitest
The error:
I am not using Rspec. And looking into Gemfile.lock, I see that Pact is the one introducing rspec. So I decided to disable pact, and my tests are green.