mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
9 lines
205 B
Ruby
9 lines
205 B
Ruby
require 'spec_helper'
|
|
|
|
describe AdjustmentMetadata do
|
|
it "is valid when built from factory" do
|
|
adjustment_metadata = build(:adjustment_metadata)
|
|
expect(adjustment_metadata).to be_valid
|
|
end
|
|
end
|