Sha256: 489327992bcfe269a887620b17fb0af0063917048dae24f0ff7c749b17d71eeb

Contents?: true

Size: 201 Bytes

Versions: 4

Compression:

Stored size: 201 Bytes

Contents

require 'phonetic'

describe String do
  describe '#caverphone2' do
    it 'should return Caverphone 2 value of string' do
      'Deerdre'.caverphone2.should == 'TTA1111111'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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