User new direct uploads controllers action on documentable. Skipped spec.
This commit is contained in:
@@ -4,7 +4,7 @@ shared_examples "document validations" do |documentable_factory|
|
||||
|
||||
let!(:document) { build(:document, documentable_factory.to_sym) }
|
||||
let!(:documentable) { document.documentable }
|
||||
let!(:maxfilesize) { max_file_size(document.documentable) }
|
||||
let!(:maxfilesize) { max_file_size(document.documentable.class) }
|
||||
let!(:acceptedcontenttypes) { accepted_content_types(document.documentable.class) }
|
||||
|
||||
it "should be valid" do
|
||||
|
||||
Reference in New Issue
Block a user