spec/csl/locale/term_spec.rb in csl-1.0.0.pre12 vs spec/csl/locale/term_spec.rb in csl-1.0.0.pre13

- old
+ new

@@ -79,9 +79,13 @@ it { should_not be_gendered } it { should be_neutral } + it { should_not be_ordinal } + it { should_not be_short_ordinal } + it { should_not be_long_ordinal } + it 'is not a textnode by default' do subject.should_not be_textnode end it 'is a textnode when the text is "foo"' do \ No newline at end of file