Refactor a common error using a constant
Instead of having to use a local variable in many places in push_options_handler_service_spec.rb for the same error, let's refactor this error using a common constant called 'error_mr_required'.
Showing
Please register or sign in to comment