diff options
-rw-r--r-- | spec/lib/gitlab/diff/inline_diff_marker_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/diff/inline_diff_marker_spec.rb b/spec/lib/gitlab/diff/inline_diff_marker_spec.rb index 95da344802d..e24241e7059 100644 --- a/spec/lib/gitlab/diff/inline_diff_marker_spec.rb +++ b/spec/lib/gitlab/diff/inline_diff_marker_spec.rb @@ -14,7 +14,7 @@ describe Gitlab::Diff::InlineDiffMarker, lib: true do end end - context "when the text text is not html safe" do + context "when the rich text is not html safe" do let(:raw) { "abc 'def'" } let(:inline_diffs) { [2..5] } let(:subject) { described_class.new(raw).mark(inline_diffs) } |