Skip to content

Commit 7dbc641

Browse files
rluesebjacobs
authored andcommitted
Discourage controller specs for v3.5+ in README
1 parent c28aa38 commit 7dbc641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ specs](https://www.relishapp.com/rspec/rspec-rails/docs/model-specs).
165165
Use request specs to describe the client-facing behavior of the application —
166166
specifically, the HTTP response to be issued for a given request (a.k.a.
167167
integration tests). Since such client-facing behavior encompasses controller
168-
actions, this is the type of spec to be used for controller testing.
168+
actions, this is the type of spec to use for controller testing.
169169

170170
Request specs default to residing in the `spec/requests`, `spec/api`, and
171171
`spec/integration` directories. Tagging any context with the metadata `:type =>

0 commit comments

Comments
 (0)