mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
9 lines
196 B
Ruby
9 lines
196 B
Ruby
module Spree
|
|
describe Adjustment do
|
|
it "has metadata" do
|
|
adjustment = create(:adjustment, metadata: create(:adjustment_metadata))
|
|
adjustment.metadata.should be
|
|
end
|
|
end
|
|
end
|