0
For example in the "password_confirm" field I want to add the "password field".
@@base_url = 'https://api-de-tarefas.herokuapp.com/users'
@@body =
{
"user": {
"email": Faker::Internet.email,
"password": Faker::Number(6),
"password_confirmation":
}
}.to_json