Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8d467ba9
Commit
8d467ba9
authored
Sep 18, 2020
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add testcase tags to new test
parent
6f019a70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qa/qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb
...i/3_create/repository/default_branch_name_setting_spec.rb
+2
-2
No files found.
qa/qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb
View file @
8d467ba9
...
...
@@ -13,7 +13,7 @@ module QA
Runtime
::
ApplicationSettings
.
restore_application_settings
(
:default_branch_name
)
end
it
'sets the default branch name for a new project'
do
it
'sets the default branch name for a new project'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1018'
do
project
=
Resource
::
Project
.
fabricate_via_api!
do
|
project
|
project
.
name
=
"default-branch-name"
project
.
initialize_with_readme
=
true
...
...
@@ -32,7 +32,7 @@ module QA
end
end
it
'allows a project to be created via the CLI with a different default branch name'
do
it
'allows a project to be created via the CLI with a different default branch name'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1019'
do
project_name
=
"default-branch-name-via-cli-
#{
SecureRandom
.
hex
(
8
)
}
"
group
=
Resource
::
Group
.
fabricate_via_api!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment