Fixed typo in NodeSet spec.
This commit is contained in:
parent
9621fe1fc8
commit
f83c03aaec
|
@ -26,7 +26,7 @@ describe Oga::XML::NodeSet do
|
|||
node.node_set.should == set
|
||||
end
|
||||
|
||||
it 'onlies store unique nodes' do
|
||||
it 'only store unique nodes' do
|
||||
n1 = Oga::XML::Element.new(:name => 'a')
|
||||
set = described_class.new([n1, n1])
|
||||
|
||||
|
|
Loading…
Reference in New Issue