mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-06 02:51:34 +00:00
Fix adjustment metadata spec
This commit is contained in:
@@ -2,7 +2,7 @@ require 'spec_helper'
|
||||
|
||||
describe AdjustmentMetadata do
|
||||
it "is valid when built from factory" do
|
||||
adjustment = build(:adjustment)
|
||||
expect(adjustment).to be_valid
|
||||
adjustment_metadata = build(:adjustment_metadata)
|
||||
expect(adjustment_metadata).to be_valid
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user