Sha256: 4e347bcf7190d5487d6d11d840c604460942131de23c9432f476585b0fa5c8e4

Contents?: true

Size: 145 Bytes

Versions: 34

Compression:

Stored size: 145 Bytes

Contents

require 'spec_helper'

describe String, 'camelize' do
  it "should camelize a string" do
    'my_string'.camelize.should == 'MyString'
  end
end

Version data entries

34 entries across 34 versions & 3 rubygems

Version Path
couch_potato-0.5.5 spec/unit/string_spec.rb
couch_potato-0.5.4 spec/unit/string_spec.rb
couch_potato-0.5.3 spec/unit/string_spec.rb
couch_potato-0.5.2 spec/unit/string_spec.rb
couch_potato-0.5.1 spec/unit/string_spec.rb
couch_potato-0.5.0 spec/unit/string_spec.rb
davber_couch_potato-0.4.0 spec/unit/string_spec.rb
couch_potato-0.4.0 spec/unit/string_spec.rb
couch_potato-0.3.2 spec/unit/string_spec.rb
couch_potato-0.3.1 spec/unit/string_spec.rb
davber_couch_potato-0.3.0 spec/unit/string_spec.rb
couch_potato-0.3.0 spec/unit/string_spec.rb
couch_potato-0.2.32 spec/unit/string_spec.rb
couch_potato-0.2.31 spec/unit/string_spec.rb