shoulda-callback-matchers
shoulda-callback-matchers copied to clipboard
Does it support `_commit` callbacks ?
Does it supports after_commit
and after_create_commit
callbacks?
I think you can get around it with something like this
it { should callback(:send_confirmation).after(:create).after(:commit) }