Add missing specs from Maps on New, Edit and Show.
This commit is contained in:
committed by
Senén Rodero Rodríguez
parent
7b54451491
commit
51c53b6f31
@@ -5,7 +5,6 @@ shared_examples "documentable" do |documentable_factory_name, documentable_path,
|
||||
let!(:user) { create(:user) }
|
||||
let!(:arguments) { {} }
|
||||
let!(:documentable) { create(documentable_factory_name, author: user) }
|
||||
let!(:documentable_dom_name) { documentable_factory_name.parameterize }
|
||||
|
||||
before do
|
||||
create(:administrator, user: administrator)
|
||||
|
||||
Reference in New Issue
Block a user