Merge pull request #955 from internetee/update-fixture

Update fixture
This commit is contained in:
Timo Võhmar 2018-09-19 14:36:45 +03:00 committed by GitHub
commit c95bf8151a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,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