mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
parent
6f9ea85a95
commit
c47ca77ca6
9 changed files with 105 additions and 1 deletions
|
@ -16,4 +16,12 @@ class ShowRegistrarTest < ActionDispatch::IntegrationTest
|
|||
def test_language
|
||||
assert_text 'Language English'
|
||||
end
|
||||
|
||||
def test_vat_number
|
||||
assert_text 'US12345'
|
||||
end
|
||||
|
||||
def test_vat_rate
|
||||
assert_text number_to_percentage(@registrar.vat_rate, precision: 1)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue