Merge pull request #7328 from svbergerem/use-new-mention-syntax-in-specs

Use new mention syntax in specs
This commit is contained in:
Benjamin Neff 2017-02-13 23:19:32 +01:00 committed by GitHub
commit 3ef98f50ee

View file

@ -47,7 +47,7 @@ module HelperMethods
def text_mentioning(*people)
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(" ")
end