Specify correct path to factories.

This commit is contained in:
Uģis Ozols 2011-11-04 15:54:12 +02:00
parent 151629f044
commit a85b7ffab0

View file

@ -28,7 +28,7 @@ module Refinery
end
def factory_paths
@factory_paths ||= [ File.expand_path("../../spec/factories", __FILE__) ]
@factory_paths ||= [ File.expand_path("../../../spec/factories", __FILE__) ]
end
end
end