Fixtures: dummy data is duplicated across test files - fixtures can help DRY up your code as you only need to define this data once
utilize first() and last() - if you can prove that the first and last items are rendering correctly, you can assume the ones in the middle are rendering right too