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