Fix RuboCop offenses of EE group model
What does this MR do?
Fix RuboCop offenses of EE group model.
- Remove redundant
self
- Use
do
...end
for multi-line blocks - No space between
->(parameter)
- Move EE spec under EE namespace directory
- Use update! instead of update
- Use
.and_return