mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
Revert r21662 (#37255).
git-svn-id: https://svn.redmine.org/redmine/trunk@21663 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e6ec471c60
commit
4da97ddb30
@ -40,7 +40,7 @@ class Redmine::Acts::MentionableTest < ActiveSupport::TestCase
|
||||
|
||||
issue = Issue.generate!(project_id: 1, description: '@dlopper and @foo@example.net')
|
||||
|
||||
assert_equal [3, user.id], issue.mentioned_users.ids.sort
|
||||
assert_equal [User.find(3), user], issue.mentioned_users
|
||||
end
|
||||
|
||||
def test_mentioned_users_with_multiple_mentions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user