From 6e652fb733e5fa025968108732f65b3729f8a565 Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Mon, 8 Nov 2021 22:56:29 -0500 Subject: [PATCH] Update test/controllers/reports_controller_test.rb Co-authored-by: Luciano Becerra --- test/controllers/reports_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers/reports_controller_test.rb b/test/controllers/reports_controller_test.rb index a8c01bb..6f19371 100644 --- a/test/controllers/reports_controller_test.rb +++ b/test/controllers/reports_controller_test.rb @@ -103,7 +103,7 @@ class ReportsControllerTest < ActionController::TestCase assert_equal project.permalink, permalink end - test "assigns a project to an existing project" do + test "assigns a report to an existing project" do permalink = "github/fastruby/skunk" existing_project = Project.create(permalink: permalink) project_id = existing_project.id