aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-11-04 15:54:12 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2011-11-04 15:54:12 +0200
commita85b7ffab0d5c6f6929145637e4f90225c37ccce (patch)
treea0b238a6fdef99f852bd5c6949b38f0ec3922b55 /lib
parent151629f04486b534bf59162632fd03acdc1b5b41 (diff)
downloadrefinerycms-blog-a85b7ffab0d5c6f6929145637e4f90225c37ccce.tar.gz
refinerycms-blog-a85b7ffab0d5c6f6929145637e4f90225c37ccce.tar.bz2
refinerycms-blog-a85b7ffab0d5c6f6929145637e4f90225c37ccce.zip
Specify correct path to factories.
Diffstat (limited to 'lib')
-rw-r--r--lib/refinery/blog.rb2
1 files changed, 1 insertions, 1 deletions
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