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-0.9.8 spec/string_ext_spec.rb
site_hook-0.9.7 spec/string_ext_spec.rb
site_hook-0.9.6 spec/string_ext_spec.rb
site_hook-0.9.5 spec/string_ext_spec.rb
site_hook-0.9.4 spec/string_ext_spec.rb
site_hook-0.9.3 spec/string_ext_spec.rb