Files
openfoodnetwork/spec/models/landing_page_image_spec.rb

7 lines
152 B
Ruby

require 'spec_helper'
describe LandingPageImage do
it { should have_attached_file(:photo) }
it { should validate_attachment_presence(:photo) }
end