Sha256: 1af42dde7b36820c2aa5565da7ec2c0fc1b651fd1430b98d9e845d5331f8602b

Contents?: true

Size: 274 Bytes

Versions: 2

Compression:

Stored size: 274 Bytes

Contents

require 'spec_helper'

describe Space2underscore do
  it 'should be Successful execution' do
    expect(Space2underscore.convert(['fuga hoge foo'])).to include('_') # String case
    expect(Space2underscore.convert(%w(fuga hoge foo))).to include('_') # Array case
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
space2underscore-0.3.2 spec/space2underscore_spec.rb
space2underscore-0.3.1 spec/space2underscore_spec.rb