Commit Graph

8 Commits

Author SHA1 Message Date
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
Phil Hughes 285049b91b spec updates 2017-05-31 15:34:02 +01: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 baec3d236b Remove label_list factory 2016-08-17 12:58:58 -03:00
Douglas Barbosa Alexandre b07c5f23b8 Order board lists by list_type, and position 2016-08-17 12:58:57 -03:00
Douglas Barbosa Alexandre 5ef567e33d Does not allow Backlog/Done lists to be removed 2016-08-17 12:58:57 -03:00
Douglas Barbosa Alexandre 247e11c948 Add service to create a board list 2016-08-17 12:58:57 -03:00