Use "include" vs "return" in CSS path spec.

This commit is contained in:
Yorick Peterse 2014-11-07 09:28:18 +01:00
parent a15966b88f
commit 7e38e20586
1 changed files with 1 additions and 1 deletions

View File

@ -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