From 9f6b32e992bf35609d08011b51c40faf995904a5 Mon Sep 17 00:00:00 2001 From: Morgan Owens Date: Mon, 1 Jun 2015 14:47:16 -0400 Subject: [PATCH] Fixed typo --- test/controllers/info_window_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers/info_window_controller_test.rb b/test/controllers/info_window_controller_test.rb index c1deb83..f9b070a 100644 --- a/test/controllers/info_window_controller_test.rb +++ b/test/controllers/info_window_controller_test.rb @@ -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!