Skip to content

Commit

Permalink
#29 minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed May 22, 2014
1 parent 2a449c9 commit e1b801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/common.spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
joolaio.events.on('ready', function () {
it('should display the correct version', function () {
var elem = $('#version');
expect(elem.text()).to.equal('0.5.2-develop');
expect(elem.text()).to.be.ok;
});

/*
Expand Down

0 comments on commit e1b801f

Please sign in to comment.