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