Sha256: 70fee257d49597ccfbb74c17dfc4db45f955fd0af14f32c884fda083217c9ae8

Contents?: true

Size: 191 Bytes

Versions: 6

Compression:

Stored size: 191 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

describe String do
  it "should be able to constantize a string" do
    "Fathom".constantize.should eql(Fathom)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fathom-0.3.7 spec/ext/string_spec.rb
fathom-0.3.6 spec/ext/string_spec.rb
fathom-0.3.4 spec/ext/string_spec.rb
fathom-0.3.3 spec/ext/string_spec.rb
fathom-0.3.2 spec/ext/string_spec.rb
fathom-0.3.1 spec/ext/string_spec.rb