Skip to content

Commit 58597c1

Browse files
authored
Merge pull request rails#47642 from koic/update_repo_org_of_minitest
2 parents 8542b74 + 383981b commit 58597c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ This test should now pass.
296296
By now you've caught a glimpse of some of the assertions that are available. Assertions are the worker bees of testing. They are the ones that actually perform the checks to ensure that things are going as planned.
297297

298298
Here's an extract of the assertions you can use with
299-
[`Minitest`](https://github.com/seattlerb/minitest), the default testing library
299+
[`Minitest`](https://github.com/minitest/minitest), the default testing library
300300
used by Rails. The `[msg]` parameter is an optional string message you can
301301
specify to make your test failure messages clearer.
302302

0 commit comments

Comments
 (0)