Use new mention syntax in specs

This commit is contained in:
Steffen van Bergerem 2017-02-13 21:56:05 +01:00
parent 99351bd152
commit ab0a4606e2
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B

View file

@ -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