Fix all Layout/SpaceAroundOperators rubocop issues and remove file list from rubocop_todo list

This commit is contained in:
Bertocq
2017-06-26 18:04:20 +02:00
parent d7b8777395
commit f6fe9cc7d2
34 changed files with 80 additions and 86 deletions

View File

@@ -220,7 +220,7 @@ describe User do
subject.username = nil
expect(subject).to be_valid
subject.organization.name= nil
subject.organization.name = nil
expect(subject).to_not be_valid
end
end