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