This message was imported from the Ruby/Rails Modularity Slack server. Find more info in the import thread.
Message originally sent by slack user U716MSFSMKK
Hi friends! We just went from stimpack > packs-rails and oddly when I require packs/rails/rspec in our .rspec file, we have a few specs that fail. I’m able to get them to pass by not requiring this, but am curious if that’s unexpected behavior. I thought that the only way to run specs for a single package was by requiring that, but I’m still able to run them just fine.
Oops, sorry I meant to add more context to this and spaced. We use rspec-retry to tag our flaky specs so that they retry a certain amount of times in our CI build. The error we get is undefined local variable or method controller’`
Hmm, any chance you’re able to put together a minimal repro? I know that can be tricky sometimes. I’d also be open to a zoom pairing session if you can’t identify a culprit on your side.