describe("Header", function () {
  it("should display header", function () {
    var app = shallow(<AppHeader />);
    expect(app.find("Link.inTheNews").text()).toBe("In the News");
  });