Remove deprecated Import
model (#34371)
This commit is contained in:
parent
e74d682b21
commit
4c2f64907b
13 changed files with 13 additions and 565 deletions
|
@ -1,10 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Import do
|
||||
describe 'Validations' do
|
||||
it { is_expected.to validate_presence_of(:type) }
|
||||
it { is_expected.to validate_presence_of(:data) }
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue