mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Unclosed String literal in README
[ci skip]
This commit is contained in:
parent
85b1bccdaf
commit
dc6c6012c4
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ It is possible to use this setting to share factories from a gem:
|
|||
```rb
|
||||
class MyEngine < ::Rails::Engine
|
||||
config.factory_bot.definition_file_paths =
|
||||
File.expand_path('../factories, __FILE__) if defined?(FactoryBotRails)
|
||||
File.expand_path('../factories', __FILE__) if defined?(FactoryBotRails)
|
||||
end
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue