it('accepts another suite', function anotherSuiteTest() {
      var suiteA = new Suite();
      var suiteB = new Suite();

      suiteA.add(suiteB);