Upstream sync
This commit is contained in:
@@ -15,14 +15,6 @@ RSpec.describe AcquiredMediaRelease do
|
||||
it { is_expected.to validate_attachment_of(:contract).on(:non_native) }
|
||||
end
|
||||
|
||||
describe "associations" do
|
||||
it { is_expected.to have_many(:file_infos).dependent(:destroy) }
|
||||
end
|
||||
|
||||
describe "nested attributes" do
|
||||
it { is_expected.to accept_nested_attributes_for(:file_infos) }
|
||||
end
|
||||
|
||||
describe "validations" do
|
||||
it { is_expected.to validate_presence_of(:name) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user