it('using extraData', function () {
      var template = 'start #{embed("withData", {thing: "stuff!"}, {otherThing: "more stuff!"})}';

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