Sha256: 0e5b4e5041c82838e8f47c45c556da767be805f701327ed9477b9a8922ad7eaf

Contents?: true

Size: 823 Bytes

Versions: 8

Compression:

Stored size: 823 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
  work_account_id: 1
started:
  id: 2
  task_id: 4
  started_on: 2007-06-12
  start_time: !time 13:35:00
  work_account_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
  work_account_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
  work_account_id: 1
without_task:
  id: 6
  work_account_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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
backlog-0.24.0 test/fixtures/works.yml
backlog-0.25.0 test/fixtures/works.yml
backlog-0.26.0 test/fixtures/works.yml
backlog-0.28.0 test/fixtures/works.yml
backlog-0.29.0 test/fixtures/works.yml
backlog-0.31.0 test/fixtures/works.yml
backlog-0.30.0 test/fixtures/works.yml
backlog-0.31.1 test/fixtures/works.yml