Sha256: 766fffdb597eb9e883f3d5d6b89f6993bf615ebfbe067009dff91bc4eb5f6027
Contents?: true
Size: 286 Bytes
Versions: 16
Compression:
Stored size: 286 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe String do describe '#underscore' do it 'should correctly add underscores to "AbcMetricMethodCheck"' do 'AbcMetricMethodCheck'.underscore.should == 'abc_metric_method_check' end end end
Version data entries
16 entries across 16 versions & 2 rubygems