diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-06-08 13:43:37 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-06-08 13:43:37 -0500 |
| commit | e0c777d995537c2ba848a69c64ed68d0d3e63d00 (patch) | |
| tree | fc1b6ff552a7e013881d0ee1cdd3188a806e3097 /test | |
| parent | f747b49347817d37bb44f6ac0c44e625bde215f2 (diff) | |
Fix test name
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_classifier.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_classifier.rb b/test/test_classifier.rb index 51cd8f9..3572604 100644 --- a/test/test_classifier.rb +++ b/test/test_classifier.rb @@ -14,7 +14,7 @@ class TestClassifier < Test::Unit::TestCase File.read(File.join(fixtures_path, name)) end - def test_truth + def test_classify classifier = Classifier.new classifier.train Language["Ruby"], fixture("ruby/foo.rb") classifier.train Language["Objective-C"], fixture("objective-c/Foo.h") |
