Fix test to pull version from package.json

This commit is contained in:
Braydon Fuller 2015-11-02 14:42:51 -05:00
parent 8c6f7c8aef
commit 22f3ba9405

View File

@ -181,7 +181,7 @@ describe('Status', function() {
it('should have correct data', function(done) {
var node = {};
var expected = {
version: '0.3.0'
version: require('../package.json').version
};
var req = {};