how to resolve flaky rspecs?
I have this Ruby Rspec randomly failing on my CICD (doesn’t fail locally).
RSpec How to test when a condition is not met, methods for test verification
“When a customer turns off notifications, notify_on
becomes false, and certain conditions are not met. The approach I’m considering is to check whether BellNotify.create!
is executed when notify_on
is true.
rspec describe/context label within loop not working
Hi there
rspec describe/context within loop
Hi there