Skip to content

Commit

Permalink
Merge pull request #7328 from svbergerem/use-new-mention-syntax-in-specs
Browse files Browse the repository at this point in the history
Use new mention syntax in specs
  • Loading branch information
SuperTux88 committed Feb 13, 2017
2 parents 339c25f + ab0a460 commit 3ef98f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helper_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_response_for_user_agent(app, userAgent)

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

Expand Down

0 comments on commit 3ef98f5

Please sign in to comment.