15161718192021
public class MigrationSpec { @Before public void before() { Base.open(new MockDataSource()); //new mock connection every time }