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

Commit

Permalink
test(controller): change test according to the new method
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Jan 26, 2016
1 parent f5ea8e1 commit 994aec2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/commands.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ describe('Generators', function () {
expect(user.show).to.be.a('function')
expect(user.create).to.be.a('function')
expect(user.store).to.be.a('function')
expect(user.edit).to.be.a('function')
expect(user.update).to.be.a('function')
expect(user.destroy).to.be.a('function')
})
Expand All @@ -171,6 +172,7 @@ describe('Generators', function () {
expect(accounts.create).to.equal(undefined)
expect(accounts.store).to.equal(undefined)
expect(accounts.show).to.equal(undefined)
expect(accounts.edit).to.equal(undefined)
expect(accounts.update).to.equal(undefined)
expect(accounts.destroy).to.equal(undefined)
})
Expand Down

0 comments on commit 994aec2

Please sign in to comment.