Use "include" vs "return" in CSS path spec.
This commit is contained in:
parent
a15966b88f
commit
7e38e20586
|
@ -12,7 +12,7 @@ describe 'CSS selector evaluation' do
|
||||||
|
|
||||||
it_behaves_like :node_set, :length => 1
|
it_behaves_like :node_set, :length => 1
|
||||||
|
|
||||||
example 'return the <a> node' do
|
example 'include the <a> node' do
|
||||||
@set[0].should == @document.children[0]
|
@set[0].should == @document.children[0]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue