feat: move mock solidity contracts to mocks/ folder

This commit is contained in:
Matt Condon
2017-11-24 14:41:49 +02:00
parent 58abd66969
commit 227a335399
40 changed files with 21 additions and 21 deletions

View File

@ -11,7 +11,7 @@ require('chai')
.use(require('chai-bignumber')(BigNumber))
.should();
const RefundableCrowdsale = artifacts.require('./helpers/RefundableCrowdsaleImpl.sol');
const RefundableCrowdsale = artifacts.require('./mocks/RefundableCrowdsaleImpl.sol');
contract('RefundableCrowdsale', function ([_, owner, wallet, investor]) {
const rate = new BigNumber(1000);