Fix parser spec.

This commit is contained in:
Louis Mullie 2013-01-09 12:53:09 -05:00
parent 5e4189218c
commit 4cbcf03d43
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class Treat::Specs::Workers::English
describe Treat::Workers::Processors::Parsers do
before do
@groups = ["A sentence to tokenize."]
@phrases = [["A sentence to tokenize.", "A sentence", "to tokenize", "tokenize"]]
@phrases = [["A sentence", "to tokenize", "tokenize"]]
end
context "when #parse is called on a group" do
it "tokenizes and parses the group into its syntactical phrases" do