Sha256: 94b00c27b10cdc728cc2c8e7894df8ba30b2eeeafeaf4ae605669b1c334c9226

Contents?: true

Size: 281 Bytes

Versions: 2

Compression:

Stored size: 281 Bytes

Contents

require 'spec/spec_helper'

describe Pedantic::Stems do
  it "reduces words to their core stems" do
    Pedantic.fix('wandering').should == 'wander'
  end
  
  it "reduces all words to their core stems" do
    Pedantic.fix('wandering and running').should == 'wander run'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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