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