mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
parent
4a63a60433
commit
57ab19d86a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class InvoiceVATRateTest < ActiveSupport::TestCase
|
|||
@invoice = invoices(:valid)
|
||||
end
|
||||
|
||||
def test_valid_without_vat_rate
|
||||
def test_optional_vat_rate
|
||||
@invoice.vat_rate = nil
|
||||
assert @invoice.valid?
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue