e.g. ``` task 'test', 'test::Task' describe "something" do it "does what it's supposed to do" do task.start # task does not exist here end end ```