<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -80,8 +80,9 @@ describe &quot;JavaScript related functions&quot; do
   end
 
   it &quot;should convert objects that respond to to_json to json&quot; do
-    js({'user' =&gt; 'Lewis', 'page' =&gt; 'home'}).should ==
-      &quot;{\&quot;user\&quot;:\&quot;Lewis\&quot;,\&quot;page\&quot;:\&quot;home\&quot;}&quot;
+    h = {'user' =&gt; 'Lewis', 'page' =&gt; 'home'}
+    js(h).should include(%{&quot;user&quot;:&quot;Lewis&quot;})
+    js(h).should include(%{&quot;page&quot;:&quot;home&quot;})
   end
 
   it &quot;should convert objects using inspect that don't respond to_json to json&quot; do</diff>
      <filename>merb-assets/spec/merb-assets_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3812775bb86612f660154ccf37e501f7484a2c76</id>
    </parent>
  </parents>
  <author>
    <name>Jacques Crocker</name>
    <email>merbjedi@gmail.com</email>
  </author>
  <url>http://github.com/wycats/merb/commit/30df9ac821c5fac77210b30de1b39afea1845dc3</url>
  <id>30df9ac821c5fac77210b30de1b39afea1845dc3</id>
  <committed-date>2009-04-18T14:37:51-07:00</committed-date>
  <authored-date>2009-04-18T14:37:51-07:00</authored-date>
  <message>Fixing asset spec so its not dependent on hash key ordering</message>
  <tree>f476d45b90e8f24b0358b03efdac0d437de53152</tree>
  <committer>
    <name>Jacques Crocker</name>
    <email>merbjedi@gmail.com</email>
  </committer>
</commit>
