Skip to content

Commit 4c522db

Browse files
committed
Updates top level documentation for job specs
Applying [PR feedback](#1725 (comment)).
1 parent 0c89517 commit 4c522db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ For more information, see the [cucumber scenarios for mailer specs
323323

324324
## Job specs
325325

326-
Job specs default to residing in the `spec/jobs` folder. Tagging any context
327-
with the metadata `:type => :job` treats its examples as job specs.
326+
Tagging a context with the metadata `:type => :job` treats its examples as job
327+
specs. Typically these specs will live in `spec/jobs`.
328328

329329
```ruby
330330
require 'rails_helper'

0 commit comments

Comments
 (0)