fixes failing spec due to merge with master

This commit is contained in:
kikito
2016-12-27 18:52:37 +01:00
parent 9d97421b0e
commit 6e5de228fd

View File

@@ -260,6 +260,7 @@ describe Budget::Investment do
it "does not get updated if the user is erased" do
user.erase
user.update(document_number: nil)
expect(user.document_number).to be_blank
investment.touch
expect(investment.responsible_name).to eq("123456")