Rémy Coutable
|
4af9d592c5
|
Replace factory_girl_rails with factory_bot_rails
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>
|
2017-12-14 15:01:55 +01:00 |
|
Robert Speicher
|
72a7b30c9f
|
Change all :empty_project to :project
|
2017-08-02 17:47:31 -04:00 |
|
blackst0ne
|
1fb9de2bf7
|
Change Done column to Closed in issue boards
|
2017-03-24 23:40:35 +11:00 |
|
Douglas Barbosa Alexandre
|
a3edd5f1fd
|
Remove backlog lists from factories
|
2017-02-03 17:02:43 +03:00 |
|
Douglas Barbosa Alexandre
|
e46a4aabd9
|
Update Boards::CreateService to handle with the has_many association
|
2016-10-11 11:39:04 -03:00 |
|
Douglas Barbosa Alexandre
|
247e11c948
|
Add service to create a board list
|
2016-08-17 12:58:57 -03:00 |
|