describe('success', function() {
  it("should be a success", function() {
    expect(success).toEqual(1);
  });
});