Skip to content

Commit

Permalink
Update test/controllers/reports_controller_test.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Luciano Becerra <[email protected]>
  • Loading branch information
etagwerker and lubc authored Nov 9, 2021
1 parent 173630d commit 6e652fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/reports_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e652fb

Please sign in to comment.