Skip to content

Commit

Permalink
Update find_definitions.rb
Browse files Browse the repository at this point in the history
Fixed strange paths in comment.
  • Loading branch information
VFedyk authored and joshuaclayton committed Feb 2, 2015
1 parent deaf552 commit 02df69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/factory_girl/find_definitions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02df69c

Please sign in to comment.