try {
      loader(__dirname, config_path, 'production');
    } catch(e) {
      should(e.message).startWith('Cannot find module');
      should(e.message).endWith('/resources/config/production\'');