Revert "fix(test): pend brittle subscription checks"

This reverts commit 61c5e2e3e9.
This commit is contained in:
Sabe Jones 2015-12-23 20:32:39 -05:00
parent 26a1bcee6b
commit 799e68614d
2 changed files with 2 additions and 2 deletions

View file

@ -387,7 +387,7 @@ describe("Push-Notifications", function() {
}, 100);
});
});
return xcontext("sending a subscription as a purchased gift", function() {
return context("sending a subscription as a purchased gift", function() {
it("sends a push notification", function(done) {
var data;
data = {

View file

@ -4,7 +4,7 @@ payments = require("../../website/src/controllers/payments");
app = require("../../website/src/server");
xdescribe("Subscriptions", function() {
describe("Subscriptions", function() {
before(function(done) {
return registerNewUser(done, true);
});