Sha256: 8e6a8be6b3719f2c2d485eac6f5b7b5752dfaf136235033346209fdd3812e9ae

Contents?: true

Size: 150 Bytes

Versions: 16

Compression:

Stored size: 150 Bytes

Contents

require 'spec_helper'

describe String, 'camelize' do
  it "should camelize a string" do
    expect('my_string'.camelize).to eq('MyString')
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
couch_potato-1.17.0 spec/unit/string_spec.rb
couch_potato-1.16.0 spec/unit/string_spec.rb
couch_potato-1.15.0 spec/unit/string_spec.rb
couch_potato-1.14.0 spec/unit/string_spec.rb
couch_potato-1.13.0 spec/unit/string_spec.rb
couch_potato-1.12.1 spec/unit/string_spec.rb
couch_potato-1.12.0 spec/unit/string_spec.rb
couch_potato-1.11.0 spec/unit/string_spec.rb
couch_potato-1.10.1 spec/unit/string_spec.rb
couch_potato-1.10.0 spec/unit/string_spec.rb
couch_potato-1.9.0 spec/unit/string_spec.rb
couch_potato-1.7.1 spec/unit/string_spec.rb
couch_potato-1.7.0 spec/unit/string_spec.rb
couch_potato-1.6.5 spec/unit/string_spec.rb
couch_potato-1.6.4 spec/unit/string_spec.rb
couch_potato-1.6.3 spec/unit/string_spec.rb