Sha256: 055a6059bf2d3c43cbe9596ee69d5f8cb7f1454053494a342443483ad9ef27cf
Contents?: true
Size: 220 Bytes
Versions: 6
Compression:
Stored size: 220 Bytes
Contents
require File.join(File.dirname(__FILE__), "/../spec_helper") describe Symbol do it "should be able to convert itself to an underscored symbol" do :thisAndThat.to_underscore_sym.should eql(:this_and_that) end end
Version data entries
6 entries across 6 versions & 1 rubygems