Version fix

This commit is contained in:
Knut Sveidqvist 2014-12-01 09:40:12 +01:00
parent cb7b8a4b98
commit 5f8508ab52
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ describe('when using main and ',function() {
div = document.createElement('div');
mermaid_config ={startOnLoad : false};
main = rewire('./main');
expect(main.version()).toBe('0.2.6');
expect(main.version()).toBe('0.2.8');
});
it('should not call start anything with an empty document', function () {