Sha256: c87e44b0e5e0c5579c9f73bd02d215d596621d0f09be1db4766055d267d67d24

Contents?: true

Size: 224 Bytes

Versions: 6

Compression:

Stored size: 224 Bytes

Contents

require File.join(File.dirname(__FILE__), "/../spec_helper")

describe String do
  it "should be able to create a underscored symbol" do
    sym = 'This AndThat'.to_underscore_sym
    sym.should eql(:this_and_that)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
davidrichards-etl-0.0.10 spec/helpers/string_spec.rb
davidrichards-etl-0.0.4 spec/helpers/string_spec.rb
davidrichards-etl-0.0.5 spec/helpers/string_spec.rb
davidrichards-etl-0.0.6 spec/helpers/string_spec.rb
davidrichards-etl-0.0.7 spec/helpers/string_spec.rb
davidrichards-etl-0.0.9 spec/helpers/string_spec.rb