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
f0c68f8e
Commit
f0c68f8e
authored
Jan 12, 2018
by
Gabriel Mazetto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor to address codestyle feedback
parent
8dc876cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
qa/qa.rb
qa/qa.rb
+1
-1
qa/qa/page/project/settings/advanced.rb
qa/qa/page/project/settings/advanced.rb
+1
-1
qa/qa/page/project/settings/main.rb
qa/qa/page/project/settings/main.rb
+1
-1
No files found.
qa/qa.rb
View file @
f0c68f8e
...
...
@@ -110,7 +110,7 @@ module QA
autoload
:Common
,
'qa/page/project/settings/common'
autoload
:Repository
,
'qa/page/project/settings/repository'
autoload
:DeployKeys
,
'qa/page/project/settings/deploy_keys'
autoload
:Advanced
Settings
,
'qa/page/project/settings/advanced_settings
'
autoload
:Advanced
,
'qa/page/project/settings/advanced
'
autoload
:Main
,
'qa/page/project/settings/main'
end
end
...
...
qa/qa/page/project/settings/advanced
_settings
.rb
→
qa/qa/page/project/settings/advanced.rb
View file @
f0c68f8e
...
...
@@ -2,7 +2,7 @@ module QA
module
Page
module
Project
module
Settings
class
Advanced
Settings
<
Page
::
Base
class
Advanced
<
Page
::
Base
def
rename_to
(
path
)
fill_in
:project_name
,
with:
path
fill_in
:project_path
,
with:
path
...
...
qa/qa/page/project/settings/main.rb
View file @
f0c68f8e
...
...
@@ -7,7 +7,7 @@ module QA
def
expand_advanced_settings
(
&
block
)
expand_section
(
'section.advanced-settings'
)
do
Advanced
Settings
.
perform
(
&
block
)
Advanced
.
perform
(
&
block
)
end
end
end
...
...
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