Skip to content

Commit 4e60f78

Browse files
committed
Annotate one ignore of Noo for codespell
1 parent b8e9fc9 commit 4e60f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/features/annotations/annotations_editing_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
within("fieldset#fields_annotation_#{template.annotation_ids.last}") do
4949
id = "question_annotations_attributes_annotation_#{template.annotation_ids.last}_text"
50-
tinymce_fill_in(id, with: 'Noo bar')
50+
tinymce_fill_in(id, with: 'Noo bar') # codespell:ignore
5151
end
5252

5353
# NOTE: This is question 2, since Annotation was copied upon clicking "Customise"
@@ -56,7 +56,7 @@
5656
expect { click_button 'Save' }.not_to change { Annotation.count }
5757
end
5858
expect(annotation.text).to eql('Foo bar')
59-
expect(Annotation.order('created_at').last.text).to eql('<p>Noo bar</p>')
59+
expect(Annotation.order('created_at').last.text).to eql('<p>Noo bar</p>') # codespell:ignore
6060
expect(page).not_to have_errors
6161
end
6262

0 commit comments

Comments
 (0)