Skip to content

Add mutation to ensure stronger persistence method is used #1238

Open
@dkubb

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions