mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +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
|