Skip to content

Commit c332ccb

Browse files
mkamenskyJonRowe
authored andcommitted
Reformat for relish
1 parent 108a422 commit c332ccb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

features/job_specs/job_spec.feature

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
Feature: job spec
22

3-
Job specs provide alternative assertions to those available in
4-
`ActiveJob::TestHelper` and help assert behaviour of the jobs themselves
5-
and that other entities correctly enqueue them.
3+
Job specs provide alternative assertions to those available in `ActiveJob::TestHelper` and help assert behaviour of the jobs themselves and that other entities correctly enqueue them.
64

7-
Job specs are marked by `:type => :job` or if you have set
8-
`config.infer_spec_type_from_file_location!` by placing them in `spec/jobs`.
5+
Job specs are marked by `:type => :job` or if you have set `config.infer_spec_type_from_file_location!` by placing them in `spec/jobs`.
96

107
With job specs, you can:
118

0 commit comments

Comments
 (0)