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
+2-5Lines changed: 2 additions & 5 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`.
0 commit comments