mutant icon indicating copy to clipboard operation
mutant copied to clipboard

Add mutation to ensure stronger persistence method is used

Open dkubb opened this issue 3 years ago • 0 comments

Currently we are using mutant on a rails project, and we would like the following mutation operators:

#save   -> #save!
#create -> #create!
#update -> #update!

This would force us to justify why we are using the weaker operator if it is required, otherwise use the stronger.

dkubb avatar Jun 11 '21 02:06 dkubb