We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165e9ce commit fc0fc77Copy full SHA for fc0fc77
features/matchers/have_enqueued_job_matcher.feature
@@ -39,7 +39,7 @@ Feature: have_enqueued_job matcher
39
When I run `rspec spec/jobs/upload_backups_job_spec.rb`
40
Then the examples should all pass
41
42
- Scenario: Checking passed arguments to job - block syntax
+ Scenario: Checking passed arguments to job, using a block
43
Given a file named "spec/jobs/upload_backups_job_spec.rb" with:
44
"""ruby
45
require "rails_helper"
0 commit comments