shoulda-callback-matchers icon indicating copy to clipboard operation
shoulda-callback-matchers copied to clipboard

Does it support `_commit` callbacks ?

Open shqear93 opened this issue 3 years ago • 1 comments

Does it supports after_commit and after_create_commit callbacks?

shqear93 avatar Aug 13 '21 10:08 shqear93

I think you can get around it with something like this

it { should callback(:send_confirmation).after(:create).after(:commit) }

nukturnal avatar Oct 24 '23 07:10 nukturnal