Merge pull request #68 from equiamos/equiamos-fixing-typos

Fixed typo
This commit is contained in:
Erik Michaels-Ober 2015-06-02 08:48:20 +02:00
commit 6e56be60e0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class InfoWindowControllerTest < ActionController::TestCase
@user = users(:erik)
end
test 'should thank the user if the user the hydrant is adopted by the user' do
test 'should thank the user if the hydrant is adopted by the user' do
sign_in @user
@thing.user_id = @user.id
@thing.save!