Sha256: bc54238b879b0943a65886410fd47f3fef9d29f2c76ab30d14ab8ce582536430

Contents?: true

Size: 140 Bytes

Versions: 12

Compression:

Stored size: 140 Bytes

Contents

require 'spec_helper'

describe String do

  it 'should decapitalize' do
    'Sweet String'.decapitalize.should eq 'sweet String'
  end

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bootstripe-0.2.14 spec/string_additions_spec.rb
bootstripe-0.2.13 spec/string_additions_spec.rb
bootstripe-0.2.12 spec/string_additions_spec.rb
bootstripe-0.2.11 spec/string_additions_spec.rb
bootstripe-0.2.10 spec/string_additions_spec.rb
bootstripe-0.2.9 spec/string_additions_spec.rb
bootstripe-0.2.8 spec/string_additions_spec.rb
bootstripe-0.2.7 spec/string_additions_spec.rb
bootstripe-0.2.6 spec/string_additions_spec.rb
bootstripe-0.2.5 spec/string_additions_spec.rb
bootstripe-0.2.4 spec/string_additions_spec.rb
bootstripe-0.2.3 spec/string_additions_spec.rb