describe("AttributeValueTable", function () {
  it("renders", function () {
    var table = TestUtils.renderIntoDocument(<AttributeValueTable data={[]} />);
    expect(TestUtils.isCompositeComponent(table)).toBeTruthy();
  });