Skip to content

Commit 3e96b2d

Browse files
arkirchnerMrSerth
andauthored
Update spec/views/request_for_comments/report.html.silm_spec.rb
Co-authored-by: Sebastian Serth <[email protected]>
1 parent e87e32b commit 3e96b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/views/request_for_comments/report.html.silm_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
assign(:current_user, build_stubbed(:external_user))
1010
end
1111

12-
it 'displayes the report button when the request is authorized' do
12+
it 'displays the report button when the request is authorized' do
1313
report_policy = instance_double(RequestForCommentPolicy, report?: true)
1414
allow(view).to receive(:policy).with(rfc).and_return(report_policy)
1515

0 commit comments

Comments
 (0)