Skip to content

Commit 383981b

Browse files
committed
Update GitHub organization of Minitest [ci skip]
https://github.com/seattlerb/minitest is changed to https://github.com/minitest/minitest.
1 parent 8542b74 commit 383981b

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)