Created
January 26, 2018 10:20
-
-
Save alexbeletsky/0c89f641ec2b2f2892eb4c53bb1dc9e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
describe('GET /v2/invoices/{id}.html specs', function () { | |
describe('de', function () { | |
before(function () { | |
// call API and store response.. | |
}); | |
it('should return correct html', function () { | |
expect(beautify(this.response.payload)).toMatchSnapshot(this); | |
}); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment