it('data passed from parent', function () {
      var template = 'start #{embed("withData", {thing: "stuff!"})}';

      expectation.withArgs('withData', fakeTemplateData);
      jade.render(template, locals);