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 |
|
Grzegorz Bizon
|
6c0fc62ef5
|
Take branch access into account when stopping environment
|
2017-04-06 17:15:15 +02:00 |
|
Grzegorz Bizon
|
e533d43a8c
|
Fix specs related to new manual actions permissions
|
2017-04-06 17:15:15 +02:00 |
|
Filipa Lacerda
|
d037a2e998
|
Fix typo
Adds tests
|
2017-04-04 09:25:05 +01:00 |
|
Grzegorz Bizon
|
ceb06983ec
|
Make it possible to fabricate environment on branch
|
2016-11-14 14:10:54 +01:00 |
|
Grzegorz Bizon
|
f7ef7bea11
|
Add environment factory review app trait
|
2016-11-09 09:42:09 +01:00 |
|
Z.J. van de Weg
|
be9aa7f194
|
Add an URL field to Environments
This MR adds a string (thus max 255 chars) field to the enviroments
table to expose it later in other features.
|
2016-07-29 13:54:45 +02:00 |
|
Kamil Trzcinski
|
3ade826065
|
Add specs for models and services
|
2016-06-14 13:51:12 +02:00 |
|