Sha256: 96251ae977e58cff9dd0af0c1fcccd86ee50a856785940c2764a76d0afc554a9

Contents?: true

Size: 509 Bytes

Versions: 24

Compression:

Stored size: 509 Bytes

Contents

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

one:
  id: 1
  agent_import_file_id: 1
  agent_id: 1
  body: MyText

two:
  id: 2
  agent_import_file_id: 1
  agent_id: 1
  body: MyText

# == 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
#  updated_at            :datetime
#

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
enju_leaf-1.1.0.rc19 spec/fixtures/agent_import_results.yml
enju_leaf-1.1.0.rc18 spec/fixtures/agent_import_results.yml
enju_leaf-1.1.0.rc17 spec/fixtures/agent_import_results.yml
enju_leaf-1.1.0.rc16 spec/fixtures/agent_import_results.yml