Fixed typo in the XPath evaluator's wildcard spec.
This commit is contained in:
parent
a61540cfc5
commit
c89fb571db
|
@ -11,7 +11,7 @@ describe Oga::XPath::Evaluator do
|
||||||
@set = @evaluator.evaluate('a/*')
|
@set = @evaluator.evaluate('a/*')
|
||||||
end
|
end
|
||||||
|
|
||||||
example 'retunr the right amount of rows' do
|
example 'return the right amount of rows' do
|
||||||
@set.length.should == 3
|
@set.length.should == 3
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue