From 81b565ee36179561dcae8d428a712fa5fe1cc04b Mon Sep 17 00:00:00 2001 From: Tim Zallmann Date: Thu, 8 Jun 2017 00:02:31 +0200 Subject: [PATCH] Fix End Syntax Error --- spec/features/explore/new_menu_spec.rb | 5 ++--- 1 file 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 -- GitLab