aboutsummaryrefslogtreecommitdiff
path: root/test/test_classifier.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_classifier.rb')
-rw-r--r--test/test_classifier.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_classifier.rb b/test/test_classifier.rb
index 508aa08..81725bc 100644
--- a/test/test_classifier.rb
+++ b/test/test_classifier.rb
@@ -8,12 +8,12 @@ require 'test/unit'
class TestClassifier < Test::Unit::TestCase
include Linguist
- def fixtures_path
- File.expand_path("../fixtures", __FILE__)
+ def samples_path
+ File.expand_path("../../samples", __FILE__)
end
def fixture(name)
- File.read(File.join(fixtures_path, name))
+ File.read(File.join(samples_path, name))
end
def test_instance_freshness