0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

deps: rss@1.2.0

- Required test fix, as newline has been removed from the end of the <?xml decl
This commit is contained in:
Hannah Wolfe 2015-10-16 17:53:22 +01:00
parent d8272e4b03
commit 106dcb77be
2 changed files with 2 additions and 2 deletions

View file

@ -469,7 +469,7 @@ describe('Frontend Routing', function () {
should.not.exist(res.headers['set-cookie']);
should.exist(res.headers.date);
// The remainder of the XML is tested in the unit/xml_spec.js
res.text.should.match(/^<\?xml version="1.0" encoding="UTF-8"\?>\n<rss/);
res.text.should.match(/^<\?xml version="1.0" encoding="UTF-8"\?><rss/);
done();
});

View file

@ -57,7 +57,7 @@
"passport-oauth2-client-password": "0.1.2",
"path-match": "1.2.3",
"request": "2.65.0",
"rss": "1.1.1",
"rss": "1.2.0",
"semver": "5.0.3",
"showdown-ghost": "0.3.6",
"sqlite3": "3.1.0",