Skip to content

Commit fc0fc77

Browse files
JonRowesebjacobs
authored andcommitted
Slight wording change post rspec#2015
1 parent 165e9ce commit fc0fc77

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)