mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
Update fixture
This commit is contained in:
parent
39fe8ef6ce
commit
5b625fa440
2 changed files with 2 additions and 2 deletions
2
test/fixtures/contacts.yml
vendored
2
test/fixtures/contacts.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue