No need to use $this->spec(), all method calls are intercepted by the interrogator: ``` php function itShouldWorkWithoutTheSpecMethod() { $this->calculator->add("3 8")->should->equal(11); } ```