We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9144d commit 74094ceCopy full SHA for 74094ce
tutorial/step_1.md
@@ -283,7 +283,7 @@ end
283
284
In other words: API specs test Endpoints (request, response, middleware,
285
etc), Resource specs test only the Resource (actual application logic).
286
-Read more in our [Testing Guide]({{site.github.url}}/guides/testing).
+Read more in our [Testing Guide]({{site.github.url}}/guides/concepts/testing).
287
288
Before we run these specs, we need to edit our [factories](https://github.com/thoughtbot/factory_bot) to ensure
289
dynamic, randomized data. Let's change this:
0 commit comments