An error occurred fetching the project authors.
- 21 Sep, 2018 1 commit
-
-
Semyon Pupkov authored
-
- 14 Sep, 2018 1 commit
-
-
Nick Thomas authored
-
- 14 Dec, 2017 1 commit
-
-
Rémy Coutable authored
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 23 Sep, 2017 1 commit
-
-
Brett Walker authored
-
- 03 Apr, 2017 1 commit
-
-
Rémy Coutable authored
FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 06 Mar, 2016 1 commit
-
-
Robert Speicher authored
-
- 04 Mar, 2016 1 commit
-
-
Robert Speicher authored
-