<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>26c76551919f8545c9b15b0c6a6d99ad62f8c346</id>
      </parent>
    </parents>
    <author>
      <name>Ben Burkert</name>
      <email>ben@benburkert.com</email>
    </author>
    <url>http://github.com/hornbeck/blerb-core/commit/08819d2fae2fa2460d4e096bcb43c333ccac1fb6</url>
    <id>08819d2fae2fa2460d4e096bcb43c333ccac1fb6</id>
    <committed-date>2008-02-22T12:25:28-08:00</committed-date>
    <authored-date>2008-02-22T12:25:28-08:00</authored-date>
    <message>added controller specific spec helper

Updated the controller specs to use a helper for controller
specs.  Also updated the global spec helper with the new
route matchers.</message>
    <tree>a392b5b82d4d5b96600406cc3c114e322354598d</tree>
    <committer>
      <name>Ben Burkert</name>
      <email>ben@benburkert.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a5272828f943448866647e170fda994cb38c8362</id>
      </parent>
    </parents>
    <author>
      <name>Ben Burkert</name>
      <email>ben@benburkert.com</email>
    </author>
    <url>http://github.com/hornbeck/blerb-core/commit/5ab434c2fe245621673ecd805ab9439bc114c82a</url>
    <id>5ab434c2fe245621673ecd805ab9439bc114c82a</id>
    <committed-date>2008-02-19T21:46:21-08:00</committed-date>
    <authored-date>2008-02-19T21:46:21-08:00</authored-date>
    <message>updated the Rakefile to use Merb.load_dependencies and fixed the session and user specs.</message>
    <tree>7f9c7e4c6bb7089c139d6335f3c336da21efbc0a</tree>
    <committer>
      <name>Ben Burkert</name>
      <email>ben@benburkert.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a97a544144cc4f98d1fae0564cc15c19cd8d5ed5</id>
      </parent>
    </parents>
    <author>
      <name>Sean Braithwaite</name>
      <email>brapse@gmail.com</email>
    </author>
    <url>http://github.com/hornbeck/blerb-core/commit/0a17d2bfa05e75eb77c6a31c53818f05bb4bfb67</url>
    <id>0a17d2bfa05e75eb77c6a31c53818f05bb4bfb67</id>
    <committed-date>2008-02-15T22:40:52-08:00</committed-date>
    <authored-date>2008-02-15T22:40:52-08:00</authored-date>
    <message>Fixed and refactored DefaultControllerBehavior spec

- Fixed stuff that was outright broken
- Simplified the spec helpers, making the spec itself easier to read</message>
    <tree>a00545398a97a8d1e5bee1219f3d4b14672ecd20</tree>
    <committer>
      <name>Sean Braithwaite</name>
      <email>brapse@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>85a878d52e66d0284f6d235af7828854b79df858</id>
      </parent>
    </parents>
    <author>
      <name>Ben Burkert</name>
      <email>ben@benburkert.com</email>
    </author>
    <url>http://github.com/hornbeck/blerb-core/commit/6744c2ee2febd447a4a7b9e43b19fb05c008cf0a</url>
    <id>6744c2ee2febd447a4a7b9e43b19fb05c008cf0a</id>
    <committed-date>2008-02-14T16:14:39-08:00</committed-date>
    <authored-date>2008-02-14T16:14:39-08:00</authored-date>
    <message>Fixing up the specs for merb oh dot nine dot oh.

Articles &amp; Comments specs use mocks instead of hitting the database.</message>
    <tree>07bdab444f0d731171d271bc11840854a10079ac</tree>
    <committer>
      <name>Ben Burkert</name>
      <email>ben@benburkert.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>70a08b1df9a031f948e9fba18b6deef3c41243b6</id>
      </parent>
    </parents>
    <author>
      <name>Sean Braithwaite</name>
      <email>brapse@gmail.com</email>
    </author>
    <url>http://github.com/hornbeck/blerb-core/commit/ac7474def778cb59e2802c2b0570f47acd995e53</url>
    <id>ac7474def778cb59e2802c2b0570f47acd995e53</id>
    <committed-date>2008-02-14T13:26:51-08:00</committed-date>
    <authored-date>2008-02-14T13:26:51-08:00</authored-date>
    <message>Fixed test harness and helpers, moving towards a running spec

 - Modified the dependencies to reflect changes in merb-core
 - started redoing the controller specs based on new fake_request handling</message>
    <tree>b1447581d3b53edf37329e8fddc4829a336375c0</tree>
    <committer>
      <name>Sean Braithwaite</name>
      <email>brapse@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1d1b1311fa0af7ede7cc7ab15d250dff924f4833</id>
      </parent>
    </parents>
    <author>
      <name>Jeff Whitmire</name>
      <email>jeff@jwhitmire.com</email>
    </author>
    <url>http://github.com/hornbeck/blerb-core/commit/1f7054ff1c22c20c480b40ed88c97912f04ec851</url>
    <id>1f7054ff1c22c20c480b40ed88c97912f04ec851</id>
    <committed-date>2008-02-04T22:56:37-08:00</committed-date>
    <authored-date>2008-02-04T22:56:37-08:00</authored-date>
    <message>fixed article specs; removed class find method from permalinker; removed useless timestamp shared behavior</message>
    <tree>7a71ba9d1e19872e40c86755d10eb8b6498fe892</tree>
    <committer>
      <name>Jeff Whitmire</name>
      <email>jeff@jwhitmire.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5a17e18f209bfab9b70f9d06eb19b84506851148</id>
      </parent>
    </parents>
    <author>
      <name>William Smith</name>
      <email>BrianTheCoder</email>
    </author>
    <url>http://github.com/hornbeck/blerb-core/commit/1d1b1311fa0af7ede7cc7ab15d250dff924f4833</url>
    <id>1d1b1311fa0af7ede7cc7ab15d250dff924f4833</id>
    <committed-date>2008-02-04T16:52:10-08:00</committed-date>
    <authored-date>2008-02-04T16:52:10-08:00</authored-date>
    <message>test fixes</message>
    <tree>136f426ac2f3d41b5fdb671a303dc9ffc40c15ef</tree>
    <committer>
      <name>William Smith</name>
      <email>BrianTheCoder</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ef6f08553d511bd3cc9108ae043c9fba35cc2aa6</id>
      </parent>
    </parents>
    <author>
      <name>Jeff Whitmire</name>
      <email>jeff@jwhitmire.com</email>
    </author>
    <url>http://github.com/hornbeck/blerb-core/commit/8071c75caa6a054056e5cf7da4a2127b311726f0</url>
    <id>8071c75caa6a054056e5cf7da4a2127b311726f0</id>
    <committed-date>2008-01-28T20:32:25-08:00</committed-date>
    <authored-date>2008-01-28T20:32:25-08:00</authored-date>
    <message>Changed Articles#index to pull all articles in reverse order of creation</message>
    <tree>04cf6ca187fa36e9a311476f6272bb0c00fe7f5f</tree>
    <committer>
      <name>Jeff Whitmire</name>
      <email>jeff@jwhitmire.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d25bbb297e0d0b94095f85b6492dd3f2f9e9666b</id>
      </parent>
    </parents>
    <author>
      <name>Jeff Whitmire</name>
      <email>jeff@jwhitmire.com</email>
    </author>
    <url>http://github.com/hornbeck/blerb-core/commit/ef6f08553d511bd3cc9108ae043c9fba35cc2aa6</url>
    <id>ef6f08553d511bd3cc9108ae043c9fba35cc2aa6</id>
    <committed-date>2008-01-28T09:00:10-08:00</committed-date>
    <authored-date>2008-01-28T09:00:10-08:00</authored-date>
    <message>implemented default model/controller behaviors; refactored spec_helpers directory</message>
    <tree>fbc2067ec5e94b72d88f3f71bccaef3cf1cf4847</tree>
    <committer>
      <name>Jeff Whitmire</name>
      <email>jeff@jwhitmire.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8c1d2b656e433578c8f873d86f9fde5e54857a40</id>
      </parent>
    </parents>
    <author>
      <name>Jeff Whitmire</name>
      <email>jeff@jwhitmire.com</email>
    </author>
    <url>http://github.com/hornbeck/blerb-core/commit/534be005a5cd9c9010eae2dcd2d2e597978cd5e8</url>
    <id>534be005a5cd9c9010eae2dcd2d2e597978cd5e8</id>
    <committed-date>2008-01-26T11:07:35-08:00</committed-date>
    <authored-date>2008-01-26T11:07:35-08:00</authored-date>
    <message>getting initial specs to pass</message>
    <tree>8b58fe1db3b2dd65e4e0c73a12fef99672c2c3b9</tree>
    <committer>
      <name>Jeff Whitmire</name>
      <email>jeff@jwhitmire.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>John Hornbeck</name>
      <email>hornbeck@gmail.com</email>
    </author>
    <url>http://github.com/hornbeck/blerb-core/commit/208424ba50668a35b5d3d1ff60d0b4cbb8eb6a4b</url>
    <id>208424ba50668a35b5d3d1ff60d0b4cbb8eb6a4b</id>
    <committed-date>2008-01-25T13:55:52-08:00</committed-date>
    <authored-date>2008-01-25T13:55:52-08:00</authored-date>
    <message>first commit</message>
    <tree>62dd495114647c5afd3fa1b025c76f8ff3aabcea</tree>
    <committer>
      <name>John Hornbeck</name>
      <email>hornbeck@gmail.com</email>
    </committer>
  </commit>
</commits>
