From a85b7ffab0d5c6f6929145637e4f90225c37ccce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Fri, 4 Nov 2011 15:54:12 +0200 Subject: Specify correct path to factories. --- lib/refinery/blog.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/refinery/blog.rb b/lib/refinery/blog.rb index 326e36a..07ed824 100644 --- a/lib/refinery/blog.rb +++ b/lib/refinery/blog.rb @@ -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 -- cgit v1.2.3