regressor
regressor copied to clipboard
Add shoulda-callback-matchers to test model callbacks
Would be nice to support this as well: https://github.com/beatrichartz/shoulda-callback-matchers
Guess thats possible by using
Model._save_callbacks.select { |cb| cb.kind.eql?(:before) }
Will look further into that.