Add missing specs from Maps on New, Edit and Show.

This commit is contained in:
taitus
2017-09-13 16:19:40 +02:00
committed by Senén Rodero Rodríguez
parent 7b54451491
commit 51c53b6f31
10 changed files with 278 additions and 8 deletions

View File

@@ -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)