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

Version Path
site_hook-1.0.30 spec/string_ext_spec.rb
site_hook-1.0.29 spec/string_ext_spec.rb
site_hook-1.0.28 spec/string_ext_spec.rb
site_hook-1.0.27 spec/string_ext_spec.rb
site_hook-1.0.26 spec/string_ext_spec.rb
site_hook-1.0.25 spec/string_ext_spec.rb
site_hook-1.0.24 spec/string_ext_spec.rb
site_hook-1.0.23 spec/string_ext_spec.rb
site_hook-1.0.22 spec/string_ext_spec.rb
site_hook-1.0.21 spec/string_ext_spec.rb
site_hook-1.0.20 spec/string_ext_spec.rb
site_hook-1.0.19 spec/string_ext_spec.rb
site_hook-1.0.18 spec/string_ext_spec.rb
site_hook-1.0.17 spec/string_ext_spec.rb
site_hook-1.0.16 spec/string_ext_spec.rb
site_hook-1.0.15 spec/string_ext_spec.rb
site_hook-1.0.14 spec/string_ext_spec.rb
site_hook-1.0.13 spec/string_ext_spec.rb
site_hook-1.0.12 spec/string_ext_spec.rb
site_hook-1.0.11 spec/string_ext_spec.rb