it('contains the static FAILED', function failedTest() {
    Test.FAILED.should.be.ok();
    Test.FAILED.should.equal('failed');
  });