Specify correct path to factories.
This commit is contained in:
parent
151629f044
commit
a85b7ffab0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue