Add rubocop spacing rules
We were following these rules in most places; we just didn't define them anywhere.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
shared_examples "documentable" do |documentable_factory_name,
|
||||
documentable_path,
|
||||
documentable_path_arguments|
|
||||
shared_examples "documentable" do |documentable_factory_name, documentable_path, documentable_path_arguments|
|
||||
include ActionView::Helpers
|
||||
|
||||
let(:administrator) { create(:user) }
|
||||
|
||||
Reference in New Issue
Block a user