Commit 4d58aa95f17d6fdfa8a625f4dc8ea80694c30c68
1 parent
fad30e31
Exists in
master
and in
29 other branches
removes HEAD string left by accident
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
test/unit/invite_member_test.rb
@@ -131,7 +131,6 @@ class InviteMemberTest < ActiveSupport::TestCase | @@ -131,7 +131,6 @@ class InviteMemberTest < ActiveSupport::TestCase | ||
131 | assert_match(/#{task.requestor.name} invited you to join #{community.name}/, email.subject) | 131 | assert_match(/#{task.requestor.name} invited you to join #{community.name}/, email.subject) |
132 | end | 132 | end |
133 | 133 | ||
134 | -<<<<<<< HEAD | ||
135 | should 'destroy InviteMember task when the community is destroyed' do | 134 | should 'destroy InviteMember task when the community is destroyed' do |
136 | p1 = create_user('testuser1').person | 135 | p1 = create_user('testuser1').person |
137 | p2 = create_user('testuser2').person | 136 | p2 = create_user('testuser2').person |