use Arc;
use Tracker;
use server;
pub type Started = Environment;
/// It forces a database error by dropping all tables.
/// That makes any query fail.
/// code-review:
/// Alternatively we could:
/// - Inject a database mock in the future.
/// - Inject directly the database reference passed to the Tracker type.