Sha256: ce7ad3e277da1abb3c50fcb88741a5a40541a0109c826e2c0ebd963c701d8c7f

Contents?: true

Size: 984 Bytes

Versions: 2

Compression:

Stored size: 984 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
first:
  id: 1
  task_id: 1
  started_on: 2007-06-12
  start_time: !time 13:35:00
  completed_at: 2007-06-12T14:35:00
  hours: 30.0
  project_id: 1
started:
  id: 2
  task_id: 4
  started_on: 2007-06-12
  start_time: !time 13:35:00
  project_id: 1
personal:
  id: 3
  task_id: 1
  started_on: 2007-06-12
  start_time: !time 13:35:00
  completed_at: 2007-06-12T14:35:00
  user_id: 1000001
  hours: 40.0
  project_id: 1
brother_of_started:
  id: 5
  task_id: 4
  started_on: 2007-06-12
  start_time: !time 13:35:00
  completed_at: 2007-06-12T14:35:00
  project_id: 1
without_task:
  id: 6
  project_id: 1
  started_on: 2007-06-13
  start_time: !time 13:35:00
  completed_at: 2007-06-13T14:35:00
  hours: 8.0
  user_id: 1000001
short:
  id: 7
  started_on: 2007-06-18
  start_time: !time 10:00:00
  completed_at: <%=Time.parse('2007-06-18T10:05:00').utc.iso8601%>
  hours: 0.083
  project_id: 1
  user_id: 1000001

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
backlog-0.37.2 test/fixtures/works.yml
backlog-0.37.1 test/fixtures/works.yml