Merge pull request #6144 from arku/fix/adjustment-metadata-spec

Fix adjustment metadata spec
This commit is contained in:
Luis Ramos
2020-10-08 08:59:52 +01:00
committed by GitHub

View File

@@ -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