fix MR comments
This commit is contained in:
@@ -115,7 +115,6 @@ es:
|
|||||||
helpers:
|
helpers:
|
||||||
label:
|
label:
|
||||||
appearance_release:
|
appearance_release:
|
||||||
guardian_address: Dirección del tutor legal
|
|
||||||
guardian_name: Nómbre del tutor legal
|
guardian_name: Nómbre del tutor legal
|
||||||
guardian_phone: Número de teléfono del tutor legal
|
guardian_phone: Número de teléfono del tutor legal
|
||||||
minor: El firmante es un menor
|
minor: El firmante es un menor
|
||||||
|
|||||||
@@ -47,13 +47,12 @@ FactoryBot.define do
|
|||||||
guardian_last_name "Doe"
|
guardian_last_name "Doe"
|
||||||
guardian_phone "123-555-1234"
|
guardian_phone "123-555-1234"
|
||||||
guardian_email "guardian@galaxy.all"
|
guardian_email "guardian@galaxy.all"
|
||||||
# guardian_address_street1 "St1"
|
guardian_address_street1 "St1"
|
||||||
# guardian_address_street2 "St2"
|
guardian_address_street2 "St2"
|
||||||
# guardian_address_city "City"
|
guardian_address_city "City"
|
||||||
# guardian_address_state "State"
|
guardian_address_state "State"
|
||||||
# guardian_address_zip "ZIP"
|
guardian_address_zip "ZIP"
|
||||||
# guardian_address_country "Country"
|
guardian_address_country "Country"
|
||||||
guardian_address_street1 "St1 St2 City State ZIP Country"
|
|
||||||
guardian_photo do
|
guardian_photo do
|
||||||
path = Rails.root.join("spec", "fixtures", "files", "pratt.jpg")
|
path = Rails.root.join("spec", "fixtures", "files", "pratt.jpg")
|
||||||
Rack::Test::UploadedFile.new(path, "image/jpeg")
|
Rack::Test::UploadedFile.new(path, "image/jpeg")
|
||||||
|
|||||||
Reference in New Issue
Block a user