spec/string_spec.rb in scudco-taza-0.8.4 vs spec/string_spec.rb in scudco-taza-0.8.5

- old
+ new

@@ -1,5 +1,6 @@ require 'spec/spec_helper' +require 'extensions/string' describe "string extensions" do it "should pluralize and to sym a string" do "apple".pluralize_to_sym.should eql(:apples) end