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.10 spec/string_ext_spec.rb
site_hook-1.0.9 spec/string_ext_spec.rb
site_hook-1.0.8 spec/string_ext_spec.rb
site_hook-1.0.7 spec/string_ext_spec.rb
site_hook-1.0.6 spec/string_ext_spec.rb
site_hook-1.0.5 spec/string_ext_spec.rb
site_hook-1.0.4 spec/string_ext_spec.rb
site_hook-1.0.3 spec/string_ext_spec.rb
site_hook-1.0.2 spec/string_ext_spec.rb
site_hook-1.0.1 spec/string_ext_spec.rb
site_hook-1.0.0 spec/string_ext_spec.rb
site_hook-0.9.20 spec/string_ext_spec.rb
site_hook-0.9.19 spec/string_ext_spec.rb
site_hook-0.9.16 spec/string_ext_spec.rb
site_hook-0.9.15 spec/string_ext_spec.rb
site_hook-0.9.14 spec/string_ext_spec.rb
site_hook-0.9.12 spec/string_ext_spec.rb
site_hook-0.9.11 spec/string_ext_spec.rb
site_hook-0.9.10 spec/string_ext_spec.rb
site_hook-0.9.9 spec/string_ext_spec.rb