spec/csl/locale/term_spec.rb in csl-1.0.0.pre5 vs spec/csl/locale/term_spec.rb in csl-1.0.0.pre6
- old
+ new
@@ -83,10 +83,10 @@
end
end
describe 'attributes#to_a' do
it 'returns an array of all attribute values of underlying struct' do
- f.attributes.to_a.should == ['edition', nil, 'feminine', nil]
+ f.attributes.to_a.should == ['edition', nil, 'feminine', nil, nil]
end
end
end
describe '#to_s' do
\ No newline at end of file