1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Update find_definitions.rb

Fixed strange paths in comment.
This commit is contained in:
Volodymyr Fedyk 2015-02-02 18:05:01 +02:00 committed by Joshua Clayton
parent deaf5529fb
commit 02df69cc91

View file

@ -2,7 +2,7 @@ module FactoryGirl
class << self
# An Array of strings specifying locations that should be searched for
# factory definitions. By default, factory_girl will attempt to require
# "factories," "test/factories," and "spec/factories." Only the first
# "factories", "test/factories" and "spec/factories". Only the first
# existing file will be loaded.
attr_accessor :definition_file_paths
end