Fixed typo
This commit is contained in:
parent
f9e614ae36
commit
9f6b32e992
|
@ -7,7 +7,7 @@ class InfoWindowControllerTest < ActionController::TestCase
|
||||||
@user = users(:erik)
|
@user = users(:erik)
|
||||||
end
|
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
|
sign_in @user
|
||||||
@thing.user_id = @user.id
|
@thing.user_id = @user.id
|
||||||
@thing.save!
|
@thing.save!
|
||||||
|
|
Loading…
Reference in New Issue