Fix rubocop build error

This commit is contained in:
Jacob Schatz 2016-10-24 21:44:24 -04:00
parent ffb1482193
commit 541b9eb658
1 changed files with 1 additions and 1 deletions

View File

@ -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