Commit a1d44a9e authored by Clement Ho's avatar Clement Ho

Fix rubocop

parent c316ce25
module Gitlab
module DependencyLinker
LINKERS = [
GemfileLinker,
GemfileLinker
].freeze
def self.linker(blob_name)
......
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment