Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 29d7387

Browse files
committed
make rubocop happy
1 parent 1163977 commit 29d7387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/lib/utils/diff_utils_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
end
187187
end
188188

189-
context "it can append text to the end of a document" do
189+
context "when appending text to the end of a document" do
190190
let(:original_text) { "hello\nworld" }
191191

192192
let(:diff) { <<~DIFF }
@@ -199,7 +199,7 @@
199199
end
200200
end
201201

202-
context "it can apply multiple hunks to a file" do
202+
context "when applying multiple hunks to a file" do
203203
let(:original_text) { <<~TEXT }
204204
1
205205
2

0 commit comments

Comments
 (0)