Update fixture

This commit is contained in:
Artur Beljajev 2018-08-29 13:20:31 +03:00
parent 39fe8ef6ce
commit 5b625fa440
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ william: &william
street: Main Street
zip: 12345
city: New York
state: New York
state: New York State
country_code: US
statuses:
- ok

View file

@ -20,6 +20,6 @@ class AdminContactsTest < ApplicationSystemTestCase
visit admin_contact_path(@contact)
assert_text('Street Main Street City New York Postcode 12345 ' \
'State New York Country United States of America')
'State New York State Country United States of America')
end
end