Sha256: 93ca1bc86d648b93cace680dd7634cc8480ce39f92d30495ed88073e48580d5b
Contents?: true
Size: 177 Bytes
Versions: 2
Compression:
Stored size: 177 Bytes
Contents
require 'spec/spec_helper' describe Pedantic::Unimportant do it "removes words like 'the', 'a', 'and'" do Pedantic.fix('a foo and the bar').should == 'foo bar' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pedantic-0.1.1 | spec/pedantic/unimportant_spec.rb |
pedantic-0.1.0 | spec/pedantic/unimportant_spec.rb |