From 541b9eb65828719c6dea20bc750873f2882d9d07 Mon Sep 17 00:00:00 2001 From: Jacob Schatz Date: Mon, 24 Oct 2016 21:44:24 -0400 Subject: [PATCH] Fix rubocop build error --- spec/features/login_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/login_spec.rb b/spec/features/login_spec.rb index a3e1ca923ef..76bcfbe523a 100644 --- a/spec/features/login_spec.rb +++ b/spec/features/login_spec.rb @@ -257,7 +257,7 @@ feature 'Login', feature: true do end end - def ensure_tab_pane_correctness(visit_path=true) + def ensure_tab_pane_correctness(visit_path = true) if visit_path visit new_user_session_path end -- GitLab