spec/collation_spec.rb in ffi-icu-0.0.2 vs spec/collation_spec.rb in ffi-icu-0.0.3

- old
+ new

@@ -15,9 +15,10 @@ it "should return available locales" do locales = ICU::Collation.available_locales locales.should be_kind_of(Array) locales.should_not be_empty + locales.should include("nb") end it "should return the locale of the collator" do l = @c.locale l.should be_kind_of(String)