it('contains the static PASSED', function passedTest() {
    Test.PASSED.should.be.ok();
    Test.PASSED.should.equal('passed');
  });