import object from './object';
import thing from './thing';
assert.ok( object.mutated );
assert.ok( thing.methodWasCalled );