Fix rubocop offenses
This commit is contained in:
parent
a88ed81fb9
commit
38cece4957
2 changed files with 12 additions and 12 deletions
|
@ -240,7 +240,7 @@ describe Projects::Boards::ListsController do
|
|||
end
|
||||
end
|
||||
|
||||
def generate_default_lists(user:, board: board)
|
||||
def generate_default_lists(user:, board:)
|
||||
sign_in(user)
|
||||
|
||||
post :generate, namespace_id: project.namespace.to_param,
|
||||
|
|
Loading…
Reference in a new issue