summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-06-08 00:02:31 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-06-08 00:02:31 +0200
commit81b565ee36179561dcae8d428a712fa5fe1cc04b (patch)
treec22fe6bc297304768103c936aa197d28297ef2be
parent9647d2e76d05e8720bfe695918e292e57307900e (diff)
downloadgitlab-ce-81b565ee36179561dcae8d428a712fa5fe1cc04b.tar.gz
Fix End Syntax Error
-rw-r--r--spec/features/explore/new_menu_spec.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/features/explore/new_menu_spec.rb b/spec/features/explore/new_menu_spec.rb
index ae65f25d48b..cbd97ff74b3 100644
--- a/spec/features/explore/new_menu_spec.rb
+++ b/spec/features/explore/new_menu_spec.rb
@@ -149,7 +149,6 @@ feature 'Top Plus Menu', feature: true, js: true do
end
def hasnot_topmenuitem(item_name)
- expect(find('.header-new.dropdown')).not_to have_content(item_name)
- end
- end
+ expect(find('.header-new.dropdown')).not_to have_content(item_name)
+ end
end