Sha256: 91e8e4d1c17db15cddf1eb52b144a9a28f6c0aeb62632ad2df3bf528ec040f4e
Contents?: true
Size: 278 Bytes
Versions: 46
Compression:
Stored size: 278 Bytes
Contents
require 'site_hook/string_ext' require 'spec_helper' describe String do describe '#underscore' do let(:working_string) { 'LogLevels' } it 'should return an object with the string underscored' do expect(working_string).to respond_to(:underscore) end end end
Version data entries
46 entries across 46 versions & 1 rubygems