Project

General

Profile

« Previous | Next » 

Revision 9d43fc71

Added by Michael Moll almost 6 years ago

Fixes #19789 - fix Layout/SpaceAroundOperators cop

View differences:

test/models/role_test.rb
let(:first) { Role.create(:name => 'First') }
let(:second) { Role.create(:name => 'Second') }
before do
users(:one).roles<< first
users(:one).roles << first
User.current = users(:one)
end

Also available in: Unified diff