When you let deltaRunner create the database for you, you will reduce the amount of time required to get your development environment setup on new machines.
SqlDeltaRunner.CreateDatabase(DatabaseName, MasterConnectionString, false);
Add this line when you are initializing your test fixture and deltaRunner will determine if the database already exists. If not, the database will be created and you can move right into applying deltas and then into development.