Fixed typo in the XPath evaluator's wildcard spec.

This commit is contained in:
Yorick Peterse 2014-07-10 10:02:21 +02:00
parent a61540cfc5
commit c89fb571db
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ describe Oga::XPath::Evaluator do
@set = @evaluator.evaluate('a/*')
end
example 'retunr the right amount of rows' do
example 'return the right amount of rows' do
@set.length.should == 3
end