Fix the fixture path

This commit is contained in:
Yehuda Katz + Carl Lerche 2009-06-15 11:50:11 -07:00
parent a63caa4c0c
commit 80d1e27788

@ -40,7 +40,7 @@
I18n.backend.store_translations 'pt-BR', {}
ORIGINAL_LOCALES = I18n.available_locales.map {|locale| locale.to_s }.sort
FIXTURE_LOAD_PATH = File.join(File.dirname(__FILE__), '../fixtures')
FIXTURE_LOAD_PATH = File.join(File.dirname(__FILE__), 'fixtures')
module ActionView
class TestCase