# -*- encoding: utf-8 -*- require 'rails_helper' describe ResourceImportResult do #pending "add some examples to (or delete) #{__FILE__}" end # == Schema Information # # Table name: resource_import_results # # id :integer not null, primary key # resource_import_file_id :integer # manifestation_id :integer # item_id :integer # body :text # created_at :datetime # updated_at :datetime # error_message :text #