summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gitlab/dependency_linker.rb2
-rw-r--r--spec/features/issues/form_spec.rb6
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/gitlab/dependency_linker.rb b/lib/gitlab/dependency_linker.rb
index 5e884c4bea1..c45ae8feb2c 100644
--- a/lib/gitlab/dependency_linker.rb
+++ b/lib/gitlab/dependency_linker.rb
@@ -1,7 +1,7 @@
module Gitlab
module DependencyLinker
LINKERS = [
- GemfileLinker,
+ GemfileLinker
].freeze
def self.linker(blob_name)
diff --git a/spec/features/issues/form_spec.rb b/spec/features/issues/form_spec.rb
index 70f362a4743..7bac9d6db74 100644
--- a/spec/features/issues/form_spec.rb
+++ b/spec/features/issues/form_spec.rb
@@ -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