Add and apply Layout/ExtraSpacing rubocop rule

This commit is contained in:
Javi Martín
2019-10-24 18:11:58 +02:00
parent 033f3c33e3
commit 57ef380379
22 changed files with 29 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ shared_examples "nested documentable" do |login_as_name, documentable_factory_na
else
let!(:documentable) { create(documentable_factory_name, author: user) }
end
let!(:user_to_login) { send(login_as_name) }
let!(:user_to_login) { send(login_as_name) }
before do
create(:administrator, user: administrator)