Sha256: 1f7241114dc1fa872b053fb079e90e104b5ae1b28962ae357b12787b6e3b4560
Contents?: true
Size: 382 Bytes
Versions: 5
Compression:
Stored size: 382 Bytes
Contents
# frozen_string_literal: true require 'rails_helper' describe AtomicCms::Video do it_behaves_like 'media upload' context 'file validations' do it { should validate_attachment_presence(:file) } it 'validates the content types' do should validate_attachment_content_type(:file) .allowing('video/mp4', 'video/x-msvideo', 'video/x-ms-wmv') end end end
Version data entries
5 entries across 5 versions & 1 rubygems