Skip to content

Commit

Permalink
change tests to reset to / after completion
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 5, 2012
1 parent f52f68c commit d04f240
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ describe('page', function(){
page('/forum/1/thread/2');
})
})

after(function(){
page('/');
})
})

page();

0 comments on commit d04f240

Please sign in to comment.