Open stevecrozz opened 4 months ago
Definitely seems like something we could add and a good first issue for someone (since it's easy to define the negative version with RSpec::Matchers.define_negated_matcher
). Good suggestion!
I would like to work on this issue. can you please assign it to me ? @wspurgin
@manovasanth1227 feel free to open a PR! No issue assignment necessary!
Trying to assert some method does not enqueue either of two sidekiq jobs, and I get this message from rspec:
It would be a nice feature to have negative matchers like
not_enqueue_sidekiq_job
for this use case.