$ truffle test ./test/erc20.spec.js --network boba_rinkeby --config truffle-config.js
Using network 'boba_rinkeby'.
Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.
✓ creation: should create an initial balance of 10000 for the creator (562ms)
✓ creation: test correct setting of vanity information (1697ms)
✓ creation: should succeed in creating over 2^256 - 1 (max) tokens (2350ms)
✓ transfers: ether transfer should be reversed. (1699ms)
✓ transfers: should transfer 10000 to accounts[1] with accounts[0] having 10000 (1986ms)
✓ transfers: should fail when trying to transfer 10001 to accounts[1] with accounts[0] having 10000 (664ms)
✓ transfers: should handle zero-transfers normally (570ms)
✓ approvals: msg.sender should approve 100 to accounts[1] (1981ms)
✓ approvals: approve max (2^256 - 1) (2124ms)
✓ events: should fire Transfer event properly (1413ms)
✓ events: should fire Transfer event normally on a zero transfer (1424ms)
✓ events: should fire Approval event properly (1603ms)