Skip to content

Commit

Permalink
Just fix missing semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Vojta Jina committed May 6, 2011
1 parent f892d84 commit dacf4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ xdescribe('should not execute', function(){
it('no-op', function(){
ran = true;
});
})
});

describe('should not have run', function(){
it('should still be false', function(){
Expand Down

0 comments on commit dacf4df

Please sign in to comment.