Sha256: bd0353142788fb8b00a2c28371f53cd82892e05e65a1cb414dc9b1ea6f59c7bd

Contents?: true

Size: 1.33 KB

Versions: 10

Compression:

Stored size: 1.33 KB

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

agent_import_file_00001:
  id: 1
  agent_import_file_name: MyString
  agent_import_file_size: 1
  user_id: 1
  agent_import_content_type: text/csv
  state: completed
agent_import_file_00002:
  id: 2
  agent_import_file_name: MyString
  agent_import_file_size: 1
  user_id: 1
  agent_import_content_type: text/csv
  state: pending
agent_import_file_00003:
  id: 3
  agent_import_file_name: MyString
  agent_import_file_size: 1
  user_id: 1
  agent_import_content_type: text/csv
  state: pending

# == Schema Information
#
# Table name: agent_import_files
#
#  id                        :integer          not null, primary key
#  parent_id                 :integer
#  content_type              :string(255)
#  size                      :integer
#  user_id                   :integer
#  note                      :text
#  executed_at               :datetime
#  state                     :string(255)
#  agent_import_file_name    :string(255)
#  agent_import_content_type :string(255)
#  agent_import_file_size    :integer
#  agent_import_updated_at   :datetime
#  created_at                :datetime         not null
#  updated_at                :datetime         not null
#  agent_import_fingerprint  :string(255)
#  error_message             :text
#  edit_mode                 :string(255)
#

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
enju_biblio-0.1.0.pre52 spec/fixtures/agent_import_files.yml
enju_biblio-0.1.0.pre51 spec/fixtures/agent_import_files.yml
enju_biblio-0.1.0.pre50 spec/fixtures/agent_import_files.yml
enju_biblio-0.1.0.pre49 spec/fixtures/agent_import_files.yml
enju_biblio-0.1.0.pre48 spec/fixtures/agent_import_files.yml
enju_flower-0.1.0.pre13 spec/fixtures/agent_import_files.yml
enju_biblio-0.1.0.pre47 spec/fixtures/agent_import_files.yml
enju_biblio-0.1.0.pre46 spec/fixtures/agent_import_files.yml
enju_biblio-0.1.0.pre45 spec/fixtures/agent_import_files.yml
enju_biblio-0.1.0.pre44 spec/fixtures/agent_import_files.yml