Commit 0912e9e9 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Make rubocop happier

parent af527e27
...@@ -68,7 +68,6 @@ describe Projects::BoardsController do ...@@ -68,7 +68,6 @@ describe Projects::BoardsController do
expect(Board.count).to eq(1) expect(Board.count).to eq(1)
expect(board).to have_attributes(create_params.except(:assignee_id)) expect(board).to have_attributes(create_params.except(:assignee_id))
expect(board.assignee).to eq(user) expect(board.assignee).to eq(user)
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment