@Test
public void testNoBindingAndFixtures() {
Fixtures.deleteAllModels();
Fixtures.loadModels("pc.yml");
Child child = Child.find("byName", "child_2").first();
assertNotNull(child.father);
assertNotNull(child.mother);
assertNotNull(child.tutor);
// Should be null as test has the annotation @NoBinding("Fixtures")