Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
test: don't leave ddescribe in the spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Jan 20, 2016
1 parent b2419f1 commit 54e0f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/controllers/reset_two_factor_token_ctrl_spec.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ddescribe "ResetTwoFactorTokenController", ->
describe "ResetTwoFactorTokenController", ->
scope = undefined

beforeEach angular.mock.module("walletApp")
Expand Down
2 changes: 1 addition & 1 deletion tests/controllers/unsubscribe_ctrl_spec.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ddescribe "UnsubscribeController", ->
describe "UnsubscribeController", ->
scope = undefined

beforeEach angular.mock.module("walletApp")
Expand Down

0 comments on commit 54e0f2c

Please sign in to comment.