features/update/pull_request.feature in modulesync-2.5.0 vs features/update/pull_request.feature in modulesync-2.6.0
- old
+ new
@@ -30,13 +30,12 @@
Given a basic setup with a puppet module "puppet-test" from "fakenamespace"
And a file named "managed_modules.yml" with:
"""
---
puppet-test:
- gitlab: {
+ gitlab:
base_url: 'https://gitlab.example.com'
- }
"""
And I set the environment variables to:
| variable | value |
| GITLAB_TOKEN | foobar |
And a file named "config_defaults.yml" with:
@@ -58,13 +57,12 @@
And a directory named "moduleroot"
And a file named "managed_modules.yml" with:
"""
---
puppet-test:
- gitlab: {
+ gitlab:
base_url: 'https://gitlab.example.com'
- }
"""
And I set the environment variables to:
| variable | value |
| GITLAB_TOKEN | foobar |
When I successfully run `msync update --noop --branch managed_update --pr`
@@ -75,12 +73,11 @@
Given a basic setup with a puppet module "puppet-test" from "fakenamespace"
And a file named "managed_modules.yml" with:
"""
---
puppet-test:
- gitlab: {
+ gitlab:
base_url: https://gitlab.example.com
- }
"""
And a file named "config_defaults.yml" with:
"""
---
test: