mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
7 lines
152 B
Ruby
7 lines
152 B
Ruby
require 'spec_helper'
|
|
|
|
describe LandingPageImage do
|
|
it { should have_attached_file(:photo) }
|
|
it { should validate_attachment_presence(:photo) }
|
|
end
|