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:
|
bestnames:
|
||||||
name: Best Names Ltd
|
name: Best Names
|
||||||
reg_no: 1234
|
reg_no: 1234
|
||||||
code: bestnames
|
code: bestnames
|
||||||
country_code: US
|
|
||||||
email: info@bestnames.test
|
email: info@bestnames.test
|
||||||
accounting_customer_code: ACCOUNT001
|
country_code: US
|
||||||
|
accounting_customer_code: bestnames
|
||||||
language: en
|
language: en
|
||||||
billing_email: billing@example.com
|
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
|
end
|
||||||
|
|
||||||
def test_accounting_customer_code
|
def test_accounting_customer_code
|
||||||
assert_text 'ACCOUNT001'
|
assert_text 'bestnames'
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_language
|
def test_language
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue