Sha256: 9740993854dee093a4b163d689f15142f2d8ddb9aee549c51f754d805581ea8a

Contents?: true

Size: 370 Bytes

Versions: 1

Compression:

Stored size: 370 Bytes

Contents

require 'spec/spec_helper'

describe Pedantic::Emphasis do
  it "replaces reeeaalllly with realy" do
    Pedantic.fix('Reaaally reeeaalllly').should == 'realli realli'
  end
  
  it "replaces okaaaay with okay" do
    Pedantic.fix('Okaaaaay okaaay').should == 'okai okai'
  end
  
  it "replaces oooooh with ooh" do
    Pedantic.fix('OoOoOoh').should == 'ooh'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pedantic-0.1.0 spec/pedantic/emphasis_spec.rb