Corrected following-sibling spec description.

This commit is contained in:
Yorick Peterse 2014-08-05 19:28:47 +02:00
parent 8a9b26fa73
commit 669ad25000
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ describe Oga::XPath::Evaluator do
end
end
context 'matching nodes in other contexts' do
context 'matching nodes in a deeper context' do
before do
@set = @evaluator.evaluate('root/foo/bar/following-sibling::baz')
end