Skip to content

Commit 75c0e4f

Browse files
committed
fix rubocop formatting issues
1 parent 59bbdb9 commit 75c0e4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spec/alphabetic_bullets_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@
150150
# test_bullet_inserted('not a bullet', <<-INIT, <<-EXPECTED)
151151
# # Hello there
152152
# a. first bullet might not catch
153-
# me. second line.
153+
# \tme. second line.
154154
# INIT
155155
# # Hello there
156156
# a. first bullet might not catch
157-
# me. second line.
157+
# \tme. second line.
158158
# not a bullet
159159
# EXPECTED
160160
# end

spec/nested_bullets_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
TEXT
463463
end
464464

465-
it 'nested outlines handle standard bullets when they are not in outline list' do
465+
it 'handle standard bullets when they are not in outline list' do
466466
filename = "#{SecureRandom.hex(6)}.txt"
467467
write_file(filename, <<-TEXT)
468468
# Hello there
@@ -600,7 +600,7 @@
600600
TEXT
601601
end
602602

603-
it 'adds and changes bullets with multiple line spacing and wrapped lines' do
603+
it 'add and change bullets with multiple line spacing and wrapped lines' do
604604
filename = "#{SecureRandom.hex(6)}.txt"
605605
write_file(filename, <<-TEXT)
606606
# Hello there

0 commit comments

Comments
 (0)