Sha256: b8b6ef39469170b5cacdd1f8fd784644802ca8fe5c88bf0ef9997d9eaaff4cac

Contents?: true

Size: 166 Bytes

Versions: 6

Compression:

Stored size: 166 Bytes

Contents

require 'spec/spec_helper'

describe "string extensions" do
  it "should pluralize and to sym a string" do
    "apple".pluralize_to_sym.should eql(:apples)
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
scudco-taza-0.8.1 spec/string_spec.rb
scudco-taza-0.8.3 spec/string_spec.rb
scudco-taza-0.8.4 spec/string_spec.rb
taza-0.8.2 spec/string_spec.rb
taza-0.8.4 spec/string_spec.rb
taza-0.8.3 spec/string_spec.rb