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:
parent
deaf5529fb
commit
02df69cc91
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue