Remove blob fixture namespace

This commit is contained in:
Joshua Peek
2011-06-07 10:32:23 -05:00
parent c7739119b3
commit 0d53e863df
49 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ class TestBlob < Test::Unit::TestCase
include Linguist
def fixtures_path
File.expand_path("../fixtures/blob", __FILE__)
File.expand_path("../fixtures", __FILE__)
end
def blob(name)