Commit d7c4b81ab46a1f83887bba0b70ab59bed356830d

Authored by Antonio Terceiro
1 parent bdfe526c

ActionItem927: fixing test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/unit/invite_friend_test.rb
... ... @@ -126,7 +126,7 @@ class InviteFriendTest < ActiveSupport::TestCase
126 126  
127 127 task = InviteFriend.create!(:person => p1, :friend => p2)
128 128  
129   - assert_equal 'testuser1 wants to be your friend', task.description
  129 + assert_equal 'testuser1 wants to be your friend.', task.description
130 130 end
131 131  
132 132 should 'has permission to manage friends' do
... ...