mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
Update fixtures
This commit is contained in:
parent
013122335d
commit
e36e31f6d9
2 changed files with 13 additions and 4 deletions
15
test/fixtures/registrars.yml
vendored
15
test/fixtures/registrars.yml
vendored
|
@ -1,9 +1,18 @@
|
|||
bestnames:
|
||||
name: Best Names Ltd
|
||||
name: Best Names
|
||||
reg_no: 1234
|
||||
code: bestnames
|
||||
country_code: US
|
||||
email: info@bestnames.test
|
||||
accounting_customer_code: ACCOUNT001
|
||||
country_code: US
|
||||
accounting_customer_code: bestnames
|
||||
language: en
|
||||
billing_email: billing@example.com
|
||||
|
||||
goodnames:
|
||||
name: Good Names
|
||||
reg_no: 12345
|
||||
code: goodnames
|
||||
email: info@goodnames.test
|
||||
country_code: US
|
||||
accounting_customer_code: goodnames
|
||||
language: en
|
||||
|
|
|
@ -10,7 +10,7 @@ class ShowRegistrarTest < ActionDispatch::IntegrationTest
|
|||
end
|
||||
|
||||
def test_accounting_customer_code
|
||||
assert_text 'ACCOUNT001'
|
||||
assert_text 'bestnames'
|
||||
end
|
||||
|
||||
def test_language
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue