We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85f866 commit 04d84d1Copy full SHA for 04d84d1
1 file changed
spec/sax/tag_actions/block_tag_label_spec.rb
@@ -8,16 +8,19 @@ module Boilerpipe::SAX::TagActions
8
describe '.new' do
9
it 'takes a label action'
10
end
11
+
12
describe '#start' do
13
it 'returns true' do
14
expect(subject.start(handler, nil, nil)).to be true
15
16
17
18
describe '#end_tag' do
19
20
expect(subject.end_tag(handler, nil)).to be true
21
22
23
24
describe '#changes_tag_level?' do
25
26
expect(subject.changes_tag_level?).to be true
0 commit comments