Skip to content

Commit

Permalink
Cleaning up test
Browse files Browse the repository at this point in the history
  • Loading branch information
metade committed Aug 1, 2013
1 parent d742ca1 commit b2341cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_corpus.rb
Expand Up @@ -49,9 +49,6 @@ def test_inverse_document_frequency

def test_similar_documents
corpus = Corpus.new
# doc1 = Document.new(:content => "cow horse sheep")
# doc2 = Document.new(:content => "horse bird dog")
# doc3 = Document.new(:content => "pig pigeon panther")
doc1 = Document.new(:content => "bird bird bird")
doc2 = Document.new(:content => "pig pig pig bird")
doc3 = Document.new(:content => "horse horse bird bird")
Expand Down

0 comments on commit b2341cf

Please sign in to comment.