We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c781aa commit adcc2ffCopy full SHA for adcc2ff
features/controller_specs/README.md
@@ -32,7 +32,7 @@ To specify outcomes, you can use:
32
```ruby
33
expect(response).to have_http_status(:created)
34
```
35
- - [`be_a_new`](#)
+ - [`be_a_new`](matchers/be-a-new-matcher)
36
37
38
expect(assigns(:widget)).to be_a_new(Widget)
0 commit comments