Show registrar language in UI

#640
This commit is contained in:
Artur Beljajev 2017-11-30 06:05:21 +02:00
parent de4d471028
commit ba7ddd6885
5 changed files with 24 additions and 0 deletions

View file

@ -12,4 +12,8 @@ class ShowRegistrarTest < ActionDispatch::IntegrationTest
def test_accounting_customer_code
assert_text 'ACCOUNT001'
end
def test_language
assert_text 'Language English'
end
end