Sha256: 898de8f4f88a5faa5b502df58b0c0b827ab8d990394dc8a58af89dbc4f232b07

Contents?: true

Size: 434 Bytes

Versions: 18

Compression:

Stored size: 434 Bytes

Contents

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

one:
  agent_id: 1
  event_id: 1
  position: 1

two:
  agent_id: 2
  event_id: 1
  position: 2

# == Schema Information
#
# Table name: participates
#
#  id         :integer          not null, primary key
#  agent_id   :integer          not null
#  event_id   :integer          not null
#  position   :integer
#  created_at :datetime
#  updated_at :datetime
#

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
enju_event-0.3.5 spec/fixtures/participates.yml
enju_event-0.3.4 spec/fixtures/participates.yml
enju_event-0.3.3 spec/fixtures/participates.yml
enju_event-0.4.0.beta.2 spec/fixtures/participates.yml
enju_event-0.4.0.beta.1 spec/fixtures/participates.yml
enju_event-0.3.2 spec/fixtures/participates.yml
enju_event-0.3.1 spec/fixtures/participates.yml
enju_event-0.3.0 spec/fixtures/participates.yml
enju_event-0.3.0.rc.1 spec/fixtures/participates.yml
enju_event-0.3.0.beta.1 spec/fixtures/participates.yml
enju_event-0.2.3 spec/fixtures/participates.yml
enju_event-0.2.2 spec/fixtures/participates.yml
enju_event-0.2.1 spec/fixtures/participates.yml
enju_event-0.2.0 spec/fixtures/participates.yml
enju_event-0.2.0.beta.4 spec/fixtures/participates.yml
enju_event-0.2.0.beta.3 spec/fixtures/participates.yml
enju_event-0.2.0.beta.2 spec/fixtures/participates.yml
enju_event-0.2.0.beta.1 spec/fixtures/participates.yml