add new enable field to config test

This commit is contained in:
Iuri Matias 2017-02-28 23:40:40 -05:00
parent b7cd296716
commit 3525754cde
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ describe('embark.Config', function() {
it('should load blockchain config correctly', function() { it('should load blockchain config correctly', function() {
config.loadBlockchainConfigFile(); config.loadBlockchainConfigFile();
var expectedConfig = { var expectedConfig = {
"enabled": true,
"networkType": "custom", "networkType": "custom",
"genesisBlock": "config/development/genesis.json", "genesisBlock": "config/development/genesis.json",
"datadir": ".embark/development/datadir", "datadir": ".embark/development/datadir",