$self->render_to_rel_file('fixture_config', "$name/share/$mode/fixtures/1/conf/all_tables.json");
};
# tests
$self->render_to_rel_file('test', "$name/t/basic.t", $class );
#
| | `-- 1.fix
| | `-- conf
| | `-- all_tables.json
| |-- production
| | `-- fixtures
| | `-- 1
| | |-- all
| | `-- 1.fix
| | `-- conf
| | `-- all_tables.json
| `-- testing
| `-- fixtures
| `-- 1
| |-- all_ta