You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/job_specs/job_spec.feature
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,8 @@
1
1
Feature: job spec
2
2
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.
6
4
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`.
9
6
10
7
With job specs, you can:
11
8
@@ -14,10 +11,7 @@ Feature: job spec
14
11
* specify when the job was enqueued until
15
12
* specify the queue which the job was enqueued to
16
13
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.
0 commit comments