Skip to content

Commit 742672e

Browse files
committed
style: update with rubocop
1 parent 163b1b4 commit 742672e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spec/system/account_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
find("span[aria-hidden=true]", text: "15").click
9898
end
9999
click_link_or_button "Select"
100-
#fill_in :user_date_of_birth_date, with: "01/01/2000"
100+
# fill_in :user_date_of_birth_date, with: "01/01/2000"
101101
select "Other", from: :user_gender
102102
select "Argentina", from: :user_country
103103
fill_in :user_postal_code, with: "00000"
@@ -235,7 +235,7 @@
235235
find("span[aria-hidden=true]", text: "15").click
236236
end
237237
click_link_or_button "Select"
238-
#fill_in :user_date_of_birth_date, with: "01/01/2000"
238+
# fill_in :user_date_of_birth_date, with: "01/01/2000"
239239
select "Other", from: :user_gender
240240
select "Argentina", from: :user_country
241241
fill_in :user_postal_code, with: "00000"
@@ -297,7 +297,7 @@
297297
find("span[aria-hidden=true]", text: "15").click
298298
end
299299
click_link_or_button "Select"
300-
#fill_in :user_date_of_birth_date, with: "01/01/2000"
300+
# fill_in :user_date_of_birth_date, with: "01/01/2000"
301301
select "Other", from: :user_gender
302302
select "Argentina", from: :user_country
303303
fill_in :user_postal_code, with: "00000"

spec/system/registration_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def fill_extra_user_fields
1717
page.find("span[aria-hidden=true]", text: "15").click
1818
end
1919
click_link_or_button "Select"
20-
#fill_in :registration_user_date_of_birth, with: "01/01/2000"
20+
# fill_in :registration_user_date_of_birth, with: "01/01/2000"
2121
select "Other", from: :registration_user_gender
2222
select "Argentina", from: :registration_user_country
2323
fill_in :registration_user_postal_code, with: "00000"

0 commit comments

Comments
 (0)