Create new polymorphic model Document.
This commit is contained in:
8
spec/models/document_spec.rb
Normal file
8
spec/models/document_spec.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require 'rails_helper'
|
||||
|
||||
describe Document do
|
||||
|
||||
it_behaves_like "document validations", "budget_investment_document"
|
||||
it_behaves_like "document validations", "proposal_document"
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user