Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Jul 24, 2014
1 parent 649f6c0 commit a2042ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/renter.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('Renter', function(){
describe('#work', function(){
it('should add cash to renter when he works', function(){
var bob = new Renter('bob', '35', 'm', 'social worker');

bob.work();
expect(bob.profession).to.equal('social worker');
expect(bob.cash).to.be.within(250, 5750);
});
Expand Down

0 comments on commit a2042ee

Please sign in to comment.