Sha256: ea369a5e1b38cc1c38a81eb0dae6be2520edb8a523395f6ed1091263be0994f7

Contents?: true

Size: 723 Bytes

Versions: 31

Compression:

Stored size: 723 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
first:
  id: 1
  task_id: 1
  started_at: 2007-06-12T13:35:00
  completed_at: 2007-06-12T14:35:00
  hours: 40.0
  work_account_id: 1
started:
  id: 2
  task_id: 4
  started_at: 2007-06-12T13:35:00
  work_account_id: 1
personal:
  id: 3
  task_id: 1
  started_at: 2007-06-12T13: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_at: 2007-06-12T13:35:00
  completed_at: 2007-06-12T14:35:00
  work_account_id: 1
without_task:
  id: 6
  work_account_id: 1
  started_at: 2007-06-13T13:35:00
  completed_at: 2007-06-13T14:35:00
  hours: 8.0
  user_id: 1000001

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
backlog-0.17.4 test/fixtures/works.yml
backlog-0.17.5 test/fixtures/works.yml
backlog-0.18.0 test/fixtures/works.yml
backlog-0.17.6 test/fixtures/works.yml
backlog-0.19.0 test/fixtures/works.yml
backlog-0.20.0 test/fixtures/works.yml
backlog-0.20.1 test/fixtures/works.yml
backlog-0.21.0 test/fixtures/works.yml
backlog-0.21.2 test/fixtures/works.yml
backlog-0.21.1 test/fixtures/works.yml
backlog-0.21.3 test/fixtures/works.yml