Add space to fit in a comment [ci skip]

This commit is contained in:
sinsoku 2016-04-23 16:16:38 +09:00 committed by Joshua Clayton
parent cc2b028a06
commit 1e9d0351c8
1 changed files with 1 additions and 1 deletions

View File

@ -992,7 +992,7 @@ and every trait of a factory generates a valid object on its own.
This is turned on by passing `traits: true` to the `lint` method:
```ruby
FactoryGirl.lint traits:true
FactoryGirl.lint traits: true
```
This can also be combined with other arguments: