Commit 4d58aa95f17d6fdfa8a625f4dc8ea80694c30c68

Authored by Larissa Reis
1 parent fad30e31

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 131 assert_match(/#{task.requestor.name} invited you to join #{community.name}/, email.subject)
132 132 end
133 133  
134   -<<<<<<< HEAD
135 134 should 'destroy InviteMember task when the community is destroyed' do
136 135 p1 = create_user('testuser1').person
137 136 p2 = create_user('testuser2').person
... ...