- Softwrap mode:
- Toggle
Blob of spec/fixtures/projects.yml
(raw blob data)
| 1 | # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html |
| 2 | johans: |
| 3 | id: 1 |
| 4 | title: johans project |
| 5 | slug: johans-project |
| 6 | updated_at: <%= 2.days.ago.to_s(:db) %> |
| 7 | description: this is johans project yo |
| 8 | user_id: 1 |
| 9 | created_at: <%= 5.days.ago.to_s(:db) %> |
| 10 | moes: |
| 11 | id: 2 |
| 12 | title: moes project |
| 13 | slug: moes-project |
| 14 | updated_at: <%= 2.days.ago.to_s(:db) %> |
| 15 | description: moes fancy project |
| 16 | user_id: 2 |
| 17 | created_at: <%= 5.days.ago.to_s(:db) %> |
