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

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