Example: exception is thrown when action is performed
it('does what it needs to do', function() {
Q.doSomething()
expect(Q.someOtherThing).to.eql('desiredThing')
})
Example: Record should appear in DB
Example: Exception is thrown
Example: exception is thrown when action is performed
it('does what it needs to do', function() {
Q.doSomething()
expect(Q.someOtherThing).to.eql('desiredThing')
})
Example: Record should appear in DB
Example: Exception is thrown