mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-08 22:56:06 +00:00
Merge pull request #6144 from arku/fix/adjustment-metadata-spec
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