Sha256: fd41daf8a1e6361350f0b647235ed89a6c84d194330bce0678f844dbf33fa43c

Contents?: true

Size: 194 Bytes

Versions: 7

Compression:

Stored size: 194 Bytes

Contents

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
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
makevoid-taza-0.8.6 spec/string_spec.rb
scudco-taza-0.8.5 spec/string_spec.rb
scudco-taza-0.8.6 spec/string_spec.rb
scudco-taza-0.8.7 spec/string_spec.rb
taza-0.8.5 spec/string_spec.rb
taza-0.8.6 spec/string_spec.rb
taza-0.8.7 spec/string_spec.rb