Skip to content

Commit

Permalink
Unclosed String literal in README
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
amatsuda authored and composerinteralia committed Sep 26, 2018
1 parent 85b1bcc commit dc6c601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit dc6c601

Please sign in to comment.