<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,12 +27,17 @@ end
 describe Ramaze::View::Less do
   behaves_like :rack_test
 
+  def cmp(actually, expected)
+    actually.strip.split(&quot;\n&quot;).sort.
+      should == expected.strip.split(&quot;\n&quot;).sort
+  end
+
   should 'render inline' do
     got = get('/style.css')
     got.status.should == 200
     got['Content-Type'].should == 'text/css'
 
-    got.body.should == &lt;&lt;-CSS.strip
+    cmp(got.body, &lt;&lt;-CSS)
 .outline { border: 1px solid black; }
 .article a { text-decoration: none; }
 .article p { color: #110011; }
@@ -44,7 +49,8 @@ describe Ramaze::View::Less do
     got = get('/file.css')
     got.status.should == 200
     got['Content-Type'].should == 'text/css'
-    got.body.should == &lt;&lt;-CSS.strip
+
+    cmp(got.body, &lt;&lt;-CSS)
 .outline { border: 1px solid black; }
 .article a { text-decoration: none; }
 .article p { color: #110011; }</diff>
      <filename>spec/ramaze/view/less.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1389dd8eb9fd5c476f09c411b9a881efae79c792</id>
    </parent>
  </parents>
  <author>
    <name>Michael Fellinger</name>
    <login>manveru</login>
    <email>m.fellinger@gmail.com</email>
  </author>
  <url>http://github.com/manveru/ramaze/commit/21e47bb6a2f07e998faa6e8d84261ed6f3df0515</url>
  <id>21e47bb6a2f07e998faa6e8d84261ed6f3df0515</id>
  <committed-date>2009-07-02T03:13:41-07:00</committed-date>
  <authored-date>2009-07-02T03:12:49-07:00</authored-date>
  <message>Don't rely on order in less spec</message>
  <tree>ec8fa23f8de0f1324d62335030d7056d90aed6b0</tree>
  <committer>
    <name>Michael Fellinger</name>
    <login>manveru</login>
    <email>m.fellinger@gmail.com</email>
  </committer>
</commit>
