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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
a1d44a9e
Commit
a1d44a9e
authored
May 16, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rubocop
parent
c316ce25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lib/gitlab/dependency_linker.rb
lib/gitlab/dependency_linker.rb
+1
-1
spec/features/issues/form_spec.rb
spec/features/issues/form_spec.rb
+3
-3
No files found.
lib/gitlab/dependency_linker.rb
View file @
a1d44a9e
module
Gitlab
module
DependencyLinker
LINKERS
=
[
GemfileLinker
,
GemfileLinker
].
freeze
def
self
.
linker
(
blob_name
)
...
...
spec/features/issues/form_spec.rb
View file @
a1d44a9e
...
...
@@ -27,7 +27,7 @@ describe 'New/edit issue', :feature, :js do
describe
'single assignee'
do
it
'hides assignee after selection'
do
click_button
'Unassigned'
wait_for_ajax
end
...
...
@@ -154,7 +154,7 @@ describe 'New/edit issue', :feature, :js do
it
'correctly updates the selected user when changing assignee'
do
click_button
'Unassigned'
wait_for_ajax
page
.
within
'.dropdown-menu-user'
do
...
...
@@ -233,4 +233,4 @@ describe 'New/edit issue', :feature, :js do
JS
page
.
evaluate_script
(
js
)
end
end
\ No newline at end of file
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