Sha256: a523ee3a7e606b3a3a9100fedd1071d049cf8bdc9987b4af478a638f8028d18a

Contents?: true

Size: 470 Bytes

Versions: 6

Compression:

Stored size: 470 Bytes

Contents

# -*- encoding: utf-8 -*-
require 'spec_helper'

describe AgentImportResult do
  #pending "add some examples to (or delete) #{__FILE__}"

end

# == Schema Information
#
# Table name: agent_import_results
#
#  id                   :integer          not null, primary key
#  agent_import_file_id :integer
#  agent_id             :integer
#  body                 :text
#  created_at           :datetime         not null
#  updated_at           :datetime         not null
#

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre62 spec/models/agent_import_result_spec.rb
enju_biblio-0.1.0.pre61 spec/models/agent_import_result_spec.rb
enju_biblio-0.1.0.pre60 spec/models/agent_import_result_spec.rb
enju_biblio-0.1.0.pre59 spec/models/agent_import_result_spec.rb
enju_biblio-0.1.0.pre58 spec/models/agent_import_result_spec.rb
enju_biblio-0.1.0.pre57 spec/models/agent_import_result_spec.rb