Use new mention syntax in specs
This commit is contained in:
parent
99351bd152
commit
ab0a4606e2
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ module HelperMethods
|
||||||
|
|
||||||
def text_mentioning(*people)
|
def text_mentioning(*people)
|
||||||
people.map {|person|
|
people.map {|person|
|
||||||
"this is a text mentioning @{#{person.name}; #{person.diaspora_handle}} ... have fun testing!"
|
"this is a text mentioning @{#{person.diaspora_handle}} ... have fun testing!"
|
||||||
}.join(" ")
|
}.join(" ")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue