mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
7 lines
156 B
Ruby
7 lines
156 B
Ruby
describe AdjustmentMetadata do
|
|
it "is valid when build from factory" do
|
|
adjustment = create(:adjustment)
|
|
expect(adjustment).to be_valid
|
|
end
|
|
end
|