update boilerplate test after PR#246

This commit is contained in:
Todd Baur 2017-03-13 11:02:03 +09:00
parent e8c8a85713
commit 5689a6a981

View File

@ -1,9 +1,8 @@
var assert = require('assert'); var assert = require('assert');
var Embark = require('embark'); var EmbarkSpec = require('embark/lib/core/test.js');
var EmbarkSpec = Embark.initTests();
var web3 = EmbarkSpec.web3;
//describe("SimpleStorage", function() {
// describe("SimpleStorage", function() {
// before(function(done) { // before(function(done) {
// this.timeout(0); // this.timeout(0);
// var contractsConfig = { // var contractsConfig = {
@ -30,4 +29,4 @@ var web3 = EmbarkSpec.web3;
// }); // });
// }); // });
// //
//}); // });