Fixed typo

This commit is contained in:
Morgan Owens 2015-06-01 14:47:16 -04:00
parent f9e614ae36
commit 9f6b32e992
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!