Commit d7c4b81ab46a1f83887bba0b70ab59bed356830d
1 parent
bdfe526c
Exists in
master
and in
29 other branches
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,7 +126,7 @@ class InviteFriendTest < ActiveSupport::TestCase | ||
126 | 126 | ||
127 | task = InviteFriend.create!(:person => p1, :friend => p2) | 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 | end | 130 | end |
131 | 131 | ||
132 | should 'has permission to manage friends' do | 132 | should 'has permission to manage friends' do |