Update fixtures

This commit is contained in:
Artur Beljajev 2018-01-20 22:30:33 +02:00
parent 013122335d
commit e36e31f6d9
2 changed files with 13 additions and 4 deletions

View file

@ -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

View file

@ -10,7 +10,7 @@ class ShowRegistrarTest < ActionDispatch::IntegrationTest
end
def test_accounting_customer_code
assert_text 'ACCOUNT001'
assert_text 'bestnames'
end
def test_language