Skip to content

Commit

Permalink
fix(test): Corrects test name
Browse files Browse the repository at this point in the history
  • Loading branch information
mblarsen committed Oct 20, 2017
1 parent ed990b4 commit 0714b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Acl.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('Multiple', () => {
expect(user.can.some('eat', [fine, rotten])).toBe(true)
})

test('User can eat some apples', () => {
test('User can eat every apple', () => {
const acl = new Acl()
acl.mixin(User)
acl.rule('eat', Apple, (_, a) => !Boolean(a.rotten))
Expand Down

0 comments on commit 0714b07

Please sign in to comment.