From 5521dd08a062f39036b045c819201b6235fb32f8 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Fri, 22 Jun 2012 10:09:24 -0500 Subject: Move test fixtures to samples/ --- test/test_classifier.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/test_classifier.rb') 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 -- cgit v1.2.3