<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>lib/screw.assets.js</filename>
    </added>
    <added>
      <filename>spec/screwunit_spec.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,110 +6,10 @@
     &lt;script src=&quot;../lib/screw.builder.js&quot;&gt;&lt;/script&gt;
     &lt;script src=&quot;../lib/screw.events.js&quot;&gt;&lt;/script&gt;
     &lt;script src=&quot;../lib/screw.behaviors.js&quot;&gt;&lt;/script&gt;
-  	&lt;link rel=&quot;stylesheet&quot; href=&quot;../lib/screw.css&quot;&gt;
+    &lt;script src=&quot;../lib/screw.assets.js&quot;&gt;&lt;/script&gt;
     &lt;script type=&quot;text/javascript&quot;&gt;
-      Screw.Unit(function() {
-        describe('Screw.Unit', function() {
-          describe(&quot;Matchers&quot;, function() {
-            it(&quot;invokes the provided matcher on a call to expect&quot;, function() {
-              expect(true).to(equal, true);
-              expect(true).to_not(equal, false);
-            });
-      
-            it(&quot;equal matches Arrays with the same elements&quot;, function() {
-              expect([1, 2, 4]).to(equal, [1, 2, 3]);
-              expect([1, 2, 3]).to_not(equal, [3, 2, 1]);
-            });
-          });
-
-          describe('#run', function() {
-            describe(&quot;A describe with a before block&quot;, function() {
-              var before_invoked = false;
-              before(function() {
-                before_invoked = true;
-              });
-              
-              it(&quot;invokes the before prior to an it&quot;, function() {
-                expect(before_invoked).to(equal, true);
-                before_invoked = false;
-              });
-              
-              it(&quot;invokes the before prior to each it&quot;, function() {
-                expect(before_invoked).to(equal, true);
-              });
-            });
-      
-            describe(&quot;A describe with two before blocks&quot;, function() {
-              var invocations = [];
-              before(function() {
-                invocations.push('before 1');
-              });
-      
-              before(function() {
-                invocations.push('before 2');
-              });
-      
-              it(&quot;invokes the befores in lexical order prior to each it&quot;, function() {
-                expect(invocations).to(equal, ['before 1', 'before 2']);
-              });
-            });
-
-            describe(&quot;A describe with a nested describe&quot;, function() {
-              var invocations = [];
-              before(function() {
-                invocations = [];
-                invocations.push(&quot;outermost before&quot;);
-              });
-              
-              it(&quot;after a nested describe, does not invoke any of its befores&quot;, function() {
-                expect(invocations).to(equal, [&quot;outermost before&quot;]);
-              });
-            
-              describe(&quot;a nested describe&quot;, function() {
-                before(function() {
-                  invocations.push(&quot;inner before&quot;);
-                });
-        
-                describe(&quot;a doubly nested describe&quot;, function() {
-                  before(function() {
-                    invocations.push('innermost before');
-                  })
-          
-                  it(&quot;runs befores in all ancestors prior to an it&quot;, function() {
-                    expect(invocations).to(equal, [&quot;outermost before&quot;, &quot;inner before&quot;, &quot;innermost before&quot;]);
-                  });
-          
-                  it(&quot;runs befores in all ancestors prior to each it&quot;, function() {
-                    expect(invocations).to(equal, [&quot;outermost before&quot;, &quot;inner before&quot;, &quot;innermost before&quot;]);
-                  });
-                });
-        
-                it(&quot;runs a before in the parent describe before each it&quot;, function() {
-                  expect(invocations).to(equal, [&quot;outermost before&quot;, &quot;inner before&quot;]);
-                });
-              });
-            });
-          });
-      
-          describe(&quot;#selector&quot;, function() {
-            describe('a describe', function() {
-              it('returns a css selector that uniquely locates the describe', function() {
-                $('.describe').each(function() {
-                  expect($($(this).fn('selector')).get(0)).to(equal, $(this).get(0))
-                });
-              });
-            });
-        
-            describe('an it', function() {
-              it('returns a css selector that uniquely locates the it', function() {
-                $('.it').each(function() {
-                  expect($($(this).fn('selector')).get(0)).to(equal, $(this).get(0))
-                });
-              });
-            });
-          });
-        });
-      });
+      stylesheet(&quot;../lib/screw&quot;);
+      require(&quot;screwunit_spec&quot;);
     &lt;/script&gt;
   &lt;/head&gt;
   &lt;body&gt;&lt;/body&gt;</diff>
      <filename>spec/screwunit_spec.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dfbfdb4d8cb1268e4b203ecbb695fd210d969a0e</id>
    </parent>
  </parents>
  <author>
    <name>Brian Takita</name>
    <email>brian.takita@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/screw-unit/commit/3916fe3b49257cbaafc00a61e9f7aa658a9e273e</url>
  <id>3916fe3b49257cbaafc00a61e9f7aa658a9e273e</id>
  <committed-date>2008-04-27T04:01:08-07:00</committed-date>
  <authored-date>2008-04-27T04:01:08-07:00</authored-date>
  <message>Ignoring Intellij Idea files. Adding Screw.Assets, which adds the require and stylesheet methods.</message>
  <tree>14a21a88e5675afb2a98678a759a41d19fddd48f</tree>
  <committer>
    <name>Brian Takita</name>
    <email>brian.takita@gmail.com</email>
  </committer>
</commit>
