We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4224b commit 3b452e8Copy full SHA for 3b452e8
spec/mailers/user_content_report_mailer_spec.rb
@@ -7,8 +7,8 @@
7
subject(:mail) { described_class.with(reported_content:).report_content }
8
9
let(:reported_content) { instance_double(Comment) }
10
- let(:reported_message) { 'Repoted message' }
11
- let(:human_model_name) { 'ReportedModle' }
+ let(:reported_message) { 'Reported message' }
+ let(:human_model_name) { 'Reported model' }
12
let(:course_url) { 'https://example.com/course/1' }
13
14
before do
0 commit comments