You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/source/testing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ This test should now pass.
296
296
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.
297
297
298
298
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
300
300
used by Rails. The `[msg]` parameter is an optional string message you can
301
301
specify to make your test failure messages clearer.
0 commit comments