Skip to content

Commit 74c57b3

Browse files
mkamenskypirj
authored andcommitted
Update links to other matchers
1 parent ff9fcfb commit 74c57b3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

features/job_specs/job_spec.feature

Lines changed: 3 additions & 9 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

@@ -14,10 +11,7 @@ Feature: job spec
1411
* specify when the job was enqueued until
1512
* specify the queue which the job was enqueued to
1613

17-
Check the documentation on
18-
[`have_been_enqueued`](matchers/have-been-enqueued-matcher) and
19-
[`have_enqueued_job`](matchers/have-enqueued-job-matcher) for more
20-
information.
14+
Check the documentation on [`have_been_enqueued`](../matchers/have-been-enqueued-matcher), [`have_enqueued_job`](../matchers/have-enqueued-job-matcher) for more information.
2115

2216
Background:
2317
Given active job is available

0 commit comments

Comments
 (0)