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

      expectation.withArgs('withData', fakeMergedDefaults);
      env.renderString(template, locals);