Skip to content

Commit 39725fb

Browse files
arkirchnerMrSerth
andauthored
Update spec/mailers/report_mailer_spec.rb
Co-authored-by: Sebastian Serth <[email protected]>
1 parent 1bafe05 commit 39725fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mailers/report_mailer_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
expect(mail.from).to include('[email protected]')
1313
end
1414

15-
context 'when a RfC is reported' do
15+
context 'when an RfC is reported' do
1616
it 'sets the correct subject' do
1717
expect(mail.subject).to eq(I18n.t('report_mailer.report_content.subject', content_name: RequestForComment.model_name.human))
1818
end

0 commit comments

Comments
 (0)