Pump papertrail version to 6.0.2

This commit is contained in:
Alex Sherman 2020-01-30 17:07:53 +05:00
parent ad46e08f32
commit a18f7b1605
12 changed files with 19 additions and 16 deletions

View file

@ -5,7 +5,7 @@ class ContactAuditLogTest < ActionDispatch::IntegrationTest
contact = contacts(:john)
contact.legal_document_id = 1
assert_difference 'contact.versions.count' do
assert_difference 'contact.versions.count', 2 do
contact.save!
end
@ -13,4 +13,4 @@ class ContactAuditLogTest < ActionDispatch::IntegrationTest
assert_equal ({ legal_documents: [1] }).with_indifferent_access,
contact_version.children.with_indifferent_access
end
end
end