Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
8f91426e
Commit
8f91426e
authored
9 years ago
by
Sergio Bertolin
Browse files
Options
Downloads
Patches
Plain Diff
changing indentation, vertical elements and previous existance of users and groups
parent
957d60cd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/integration/features/bootstrap/FeatureContext.php
+20
-20
20 additions, 20 deletions
build/integration/features/bootstrap/FeatureContext.php
build/integration/features/provisioning-v1.feature
+9
-3
9 additions, 3 deletions
build/integration/features/provisioning-v1.feature
with
29 additions
and
23 deletions
build/integration/features/bootstrap/FeatureContext.php
+
20
−
20
View file @
8f91426e
This diff is collapsed.
Click to expand it.
build/integration/features/provisioning-v1.feature
+
9
−
3
View file @
8f91426e
...
...
@@ -42,9 +42,12 @@ Feature: provisioning
Scenario
:
Getting all users
Given
As an
"admin"
And
user
"brand-new-user"
exists
And
user
"admin"
exists
When
sending
"GET"
to
"/cloud/users"
And
users returned are
|
brand-new-user
|
admin
|
|
brand-new-user
|
|
admin
|
Scenario
:
Edit a user
...
...
@@ -81,11 +84,14 @@ Feature: provisioning
And
group
"new-group"
exists
Scenario
:
Getting all
user
s
Scenario
:
Getting all
group
s
Given
As an
"admin"
And
group
"new-group"
exists
And
group
"admin"
exists
When
sending
"GET"
to
"/cloud/groups"
And
groups returned are
|
admin
|
new-group
|
|
admin
|
|
new-group
|
Scenario
:
Delete a group
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment