update specs

This commit is contained in:
bilal
2020-06-15 19:23:58 +02:00
parent 8810ecc9b1
commit 93e5dbc9df
4 changed files with 14 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ module ExcelReports
restriction: Restriction.last,
person_first_name: "John",
person_last_name: "Doe",
person_address: "123 Main Street, New York, NY 10000")
person_address_old: "123 Main Street, New York, NY 10000")
)
)
allow(sheet).to receive(:add_row)