fixtures.forEach(function (fixture) {
                expect(JSON.sortify(fixture)).toEqual(JSON.stringify(fixture));
            });