File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ Tests
201201
202202You can run specs with ``` embark spec ``` , it will run any files ending * _ spec.js under ``` spec/ ``` .
203203
204- Embark includes a testing lib to fastly run & test your contracts in a EVM.
204+ Embark includes a testing lib to fastly run & test your contracts in a EVM.
205205
206206``` Javascript
207207# spec/ contracts/ simple_storage_spec .js
@@ -255,6 +255,7 @@ The environment is a specific blockchain configuration that can be managed at co
255255 rpc_port : 8101
256256 rpc_whitelist : " *"
257257 datadir : default
258+ chains : chains_staging.json
258259 network_id : 0
259260 console : true
260261 account :
@@ -323,4 +324,3 @@ $ echo 'export PATH="$PATH:$HOME/npm-global/bin"' >>~/.bashrc
323324$ source ~/.bashrc
324325$ npm install -g embark-framework grunt-cli
325326` ` `
326-
You can’t perform that action at this time.
0 commit comments