We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Activity