If possible we should support hooks without parameters. For instance instead of writing that: ```scala Before { _ => // Some code } ``` We should be able to write this: ```scala Before { // Some code } ```