-
-
factory_girl has a `FactoryGirl.lint` method since version 4.0 which can be run automatically before running a spec suite. See the [getting started guide](http://www.rubydoc.info/gems/factory_girl/fil…
-
-
I had a question about this video:
https://www.youtube.com/watch?v=zS5opOeWFhA
I keep getting this error,
```
bash
Failures:
1) signing in visiting the site to sign in
Failure/Erro…
-
```sh
> require('factory-girl');
> (node:95873) [DEP0128] DeprecationWarning: Invalid 'main' field in '/Users/test/Projects/web/node_modules/factory-girl/package.json' of './src/index'. Please eithe…
-
-
The factory_girl gem has been renamed to factory_bot as part of this update https://github.com/thoughtbot/factory_bot/issues/921
The generator still tries to locate the factory_girl gem and continu…
-
See https://robots.thoughtbot.com/remove-duplication-with-factorygirls-traits
-
Hi getting errors on adding factory_girl with bogus on a rbx-2.2.7:
```
rbx-2.2.7 :003 > FactoryGirl.build :category
ArgumentError: method 'kind_of?': given 1, expected 0
from /Users/Ace/.rvm/gem…
-
Hi there. I can't seem to get this started. I have an es installation, so I changed host in chewy.yml from 9250 to 9200 but that didn't fix the problem.
I've tried just rake db:setup and the follo…