Skip to content

Commit 3b452e8

Browse files
arkirchnernenock
andcommitted
Update spec/mailers/user_content_report_mailer_spec.rb
Co-authored-by: Nele Sina Noack <[email protected]>
1 parent 8a4224b commit 3b452e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/mailers/user_content_report_mailer_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
subject(:mail) { described_class.with(reported_content:).report_content }
88

99
let(:reported_content) { instance_double(Comment) }
10-
let(:reported_message) { 'Repoted message' }
11-
let(:human_model_name) { 'ReportedModle' }
10+
let(:reported_message) { 'Reported message' }
11+
let(:human_model_name) { 'Reported model' }
1212
let(:course_url) { 'https://example.com/course/1' }
1313

1414
before do

0 commit comments

Comments
 (0)