/**
 * Copyright: Copyright (c) 2010-2012 Jacob Carlborg. All rights reserved.
 * Authors: Jacob Carlborg
 * Version: Initial created: Nov 5, 2010
 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
 */
module spec.spec;

import dspec.ExampleGroup;

void main ()
{
	ExampleGroup.instance.run();
}