Unit test causes rule to commit data to database
I'm running a unit test on an activity that saves and then commits an object using "call commitWthErrorHandling" step. The unit test suite will execute this unit test daily. Is it possible to prevent or simulate the commit while also testing the activity rule is doing what it's suppose to do?