it("sets initial date_on", function () {
    const input = dom_node.find('#date_on');

    expect(input.attr('value')).toEqual("2016-01-21");
  });