<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="the component class" errors="0" tests="1" failures="0" time="0.014" timestamp="2014-04-09T16:48:34">
  <testcase classname="the component class" name="should update placeholders" time="0.014"></testcase>
</testsuite>
<testsuite name="the component class.create" errors="0" tests="2" failures="0" time="0.027" timestamp="2014-04-09T16:48:34">
  <testcase classname="the component class.create" name="should throw an error if the component path already exists" time="0.013"></testcase>
  <testcase classname="the component class.create" name="should create the component" time="0.014"></testcase>
</testsuite>
</testsuites>