Fix invalid fixture

#623
This commit is contained in:
Artur Beljajev 2018-02-28 11:50:52 +02:00
parent b81263ee3d
commit e4b730caf7

View file

@ -85,7 +85,7 @@ class RegistrarTest < ActiveSupport::TestCase
end end
def test_serializes_and_deserializes_vat_rate def test_serializes_and_deserializes_vat_rate
valid_attributes = registrars(:valid).attributes.except('id').merge({ name: 'uniq1', valid_attributes = registrars(:bestnames).attributes.except('id').merge({ name: 'uniq1',
reg_no: 'uniq1', reg_no: 'uniq1',
code: 'uniq1', code: 'uniq1',
country_code: 'GB' }) country_code: 'GB' })