Skip to content

Commit 30426ce

Browse files
authored
Slight wording change post #2015
1 parent d6e6cf6 commit 30426ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/matchers/have_enqueued_job_matcher.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Feature: have_enqueued_job matcher
3939
When I run `rspec spec/jobs/upload_backups_job_spec.rb`
4040
Then the examples should all pass
4141

42-
Scenario: Checking passed arguments to job - block syntax
42+
Scenario: Checking passed arguments to job, using a block
4343
Given a file named "spec/jobs/upload_backups_job_spec.rb" with:
4444
"""ruby
4545
require "rails_helper"

0 commit comments

Comments
 (0)