Skip to content

Commit e069122

Browse files
committed
Use "customize" instead of "customise"
1 parent eb7c807 commit e069122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/rails/matchers/have_enqueued_mail.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def mail_job_message(job)
134134
end
135135

136136
# Ruby 3.1 changed how params were serialized on Rails 6.1
137-
# so we override the active job implementation and customise it here.
137+
# so we override the active job implementation and customize it here.
138138
def deserialize_arguments(job)
139139
args = super
140140

0 commit comments

Comments
 (0)