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-1.4.0 spec/unit/string_spec.rb
couch_potato-1.3.0 spec/unit/string_spec.rb
couch_potato-1.2.0 spec/unit/string_spec.rb
couch_potato-1.1.4 spec/unit/string_spec.rb
couch_potato-1.1.2 spec/unit/string_spec.rb
couch_potato-1.1.1 spec/unit/string_spec.rb
couch_potato-1.1.0 spec/unit/string_spec.rb
couch_potato-1.0.1 spec/unit/string_spec.rb
couch_potato-1.0.0 spec/unit/string_spec.rb
couch_potato-0.7.1 spec/unit/string_spec.rb
couch_potato-0.7.0 spec/unit/string_spec.rb
couch_potato-0.7.0.pre.1 spec/unit/string_spec.rb
couch_potato-0.6.0 spec/unit/string_spec.rb
couch_potato-0.5.7 spec/unit/string_spec.rb
couch_potato-rails2-0.5.10 spec/unit/string_spec.rb
couch_potato-rails2-0.5.9 spec/unit/string_spec.rb
couch_potato-rails2-0.5.8 spec/unit/string_spec.rb
couch_potato-rails2-0.5.7 spec/unit/string_spec.rb
couch_potato-rails2-0.5.6 spec/unit/string_spec.rb
couch_potato-0.5.6 spec/unit/string_spec.rb