mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
remove test which isn't really that important
This commit is contained in:
parent
2376d0a188
commit
558b6cdfde
1 changed files with 0 additions and 3 deletions
|
@ -152,9 +152,6 @@ describe "Subscription Handler sanboxed", ->
|
||||||
@RecurlyWrapper.cancelSubscription.called.should.equal true
|
@RecurlyWrapper.cancelSubscription.called.should.equal true
|
||||||
@RecurlyWrapper.cancelSubscription.calledWith(@subscription.recurlySubscription_id).should.equal true
|
@RecurlyWrapper.cancelSubscription.calledWith(@subscription.recurlySubscription_id).should.equal true
|
||||||
|
|
||||||
it "should send a cancellation email", ->
|
|
||||||
@EmailHandler.sendEmail.calledWith("canceledSubscription", {to:@user.email, first_name:@user.first_name}).should.equal true
|
|
||||||
|
|
||||||
describe "reactiveRecurlySubscription", ->
|
describe "reactiveRecurlySubscription", ->
|
||||||
describe "with a user without a subscription", ->
|
describe "with a user without a subscription", ->
|
||||||
beforeEach (done) ->
|
beforeEach (done) ->
|
||||||
|
|
Loading…
Reference in a new issue