module('Math', function() {
  module('Addition', function() {
    test('adds two numbers', function() {
      // assertions
    });
  });
});
