gitlab-org--gitlab-foss/features
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
..
explore Merge branch 'bvl-group-trees' into 'master' 2017-10-17 10:03:03 +00:00
group Native group milestones 2017-07-07 15:08:49 +00:00
profile Replace the 'profile/active_tab.feature' spinach test with an rspec analog 2017-09-13 10:01:44 +11:00
project Merge branch 'replace_project_merge_requests.feature' into 'master' 2017-10-06 16:12:23 +00:00
steps Merge branch 'add-js-prefix-issuable-edit' into 'master' 2017-12-12 10:52:23 +00:00
support Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
groups.feature Move edit group scenario to rspec and refactor groups_spec 2016-10-14 14:51:59 +03:00
invites.feature Add spinach tests around accepting and declining invitations. 2015-04-14 18:04:29 +02:00
user.feature Fix specs 2016-03-01 17:42:44 -05:00