Skip to content

Commit 4196b61

Browse files
committed
formatting
1 parent 450e97f commit 4196b61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/sax/tag_actions/block_tag_label_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@ module Boilerpipe::SAX::TagActions
88
describe '.new' do
99
it 'takes a label action'
1010
end
11+
1112
describe '#start' do
1213
it 'returns true' do
1314
expect(subject.start(handler, nil, nil)).to be true
1415
end
1516
end
17+
1618
describe '#end_tag' do
1719
it 'returns true' do
1820
expect(subject.end_tag(handler, nil)).to be true
1921
end
2022
end
23+
2124
describe '#changes_tag_level?' do
2225
it 'returns true' do
2326
expect(subject.changes_tag_level?).to be true

0 commit comments

Comments
 (0)