Fix specs budget_investments_spec.b:99

This commit is contained in:
taitus
2019-03-22 19:18:37 +01:00
committed by voodoorai2000
parent 98074a9a73
commit 0ffb52257f

View File

@@ -194,7 +194,7 @@ class Budget
def searchable_values
{ title => "A",
author.username => "B",
heading.try(:name) => "B",
heading.name => "B",
tag_list.join(" ") => "B",
description => "C"
}