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 c28aa38 commit 7dbc641Copy full SHA for 7dbc641
README.md
@@ -165,7 +165,7 @@ specs](https://www.relishapp.com/rspec/rspec-rails/docs/model-specs).
165
Use request specs to describe the client-facing behavior of the application —
166
specifically, the HTTP response to be issued for a given request (a.k.a.
167
integration tests). Since such client-facing behavior encompasses controller
168
-actions, this is the type of spec to be used for controller testing.
+actions, this is the type of spec to use for controller testing.
169
170
Request specs default to residing in the `spec/requests`, `spec/api`, and
171
`spec/integration` directories. Tagging any context with the metadata `:type =>
0 commit comments