Sha256: 8e63ac2518aea460f9d6fb564a9843b31e8f45def6734a6ba755f04355f06454

Contents?: true

Size: 198 Bytes

Versions: 4

Compression:

Stored size: 198 Bytes

Contents

require 'spec_helper'

describe String do
  describe '#caverphone' do
    it 'should return Caverphone value of string' do
      'Lashaunda'.caverphone.should == 'LSNT11'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phonetic-1.2.0 spec/phonetic/core_ext/string/caverphone_spec.rb
phonetic-1.1.0 spec/phonetic/core_ext/string/caverphone_spec.rb
phonetic-1.0.1 spec/phonetic/core_ext/string/caverphone_spec.rb
phonetic-1.0.0 spec/phonetic/core_ext/string/caverphone_spec.rb