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 |
|
Valery Sizov
|
ed86faebe1
|
Fix: Deleting an invited member causes 500 error
|
2017-05-18 16:26:39 +03:00 |
|
Dmitriy Zaporozhets
|
fa075771a6
|
Refactor group_members_controller_spec
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2016-10-19 14:13:44 +03:00 |
|
Robert Speicher
|
b674ab529a
|
Add specs for ProjectTeam#fetch_members
|
2016-09-20 15:18:11 +03:00 |
|
Valery Sizov
|
8b2dbe8997
|
Remove schema annotations completely
|
2016-09-16 14:37:48 +03:00 |
|
Dmitriy Zaporozhets
|
77c64a9b36
|
Replace project_access attribute with access_level in specs and API
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-09-15 11:36:50 +03:00 |
|