Sha256: c082a98007980dd3ca3d720d2551ffc5a01f32cccbff0f4dd18a3be9a8e01d89

Contents?: true

Size: 312 Bytes

Versions: 2

Compression:

Stored size: 312 Bytes

Contents

require 'spec/spec_helper'

describe Pedantic::Txt do
  it "replaces tx with thank" do
    Pedantic.fix('tx').should == 'thank'
  end
  
  it "replaces tnx with thank" do
    Pedantic.fix('tnx').should == 'thank'
  end
  
  it "replaces thnks with thank" do
    Pedantic.fix('thnks').should == 'thank'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pedantic-0.1.1 spec/pedantic/txt_spec.rb
pedantic-0.1.0 spec/pedantic/txt_spec.rb