diff --git a/spec/helper_methods.rb b/spec/helper_methods.rb index 177999a96..c1992dc82 100644 --- a/spec/helper_methods.rb +++ b/spec/helper_methods.rb @@ -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