<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -439,8 +439,8 @@ module LuckySneaks
       def it_should_accept_as_valid(attribute, *values)
         values.flatten.each do |value|
           value_inspect = case value
-            when String : &quot;'#{value}'&quot;
-            when NilClass : &quot;nil&quot;
+            when String then &quot;'#{value}'&quot;
+            when NilClass then &quot;nil&quot;
             else value
           end
           it &quot;should accept #{value_inspect} as a valid #{attribute}&quot; do
@@ -459,8 +459,8 @@ module LuckySneaks
         options = values.extract_options!
         values.flatten.each do |value|
           value_inspect = case value
-            when String : &quot;'#{value}'&quot;
-            when NilClass : &quot;nil&quot;
+            when String then &quot;'#{value}'&quot;
+            when NilClass then &quot;nil&quot;
             else value
           end
           it &quot;should not accept #{value_inspect} as a valid #{attribute}&quot; do</diff>
      <filename>lib/lucky_sneaks/model_spec_helpers.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>37caeddf71807ccd8fdaeb5623c135adf79237ec</id>
    </parent>
  </parents>
  <author>
    <name>Philippe</name>
    <email>pcreux@alpaca.(none)</email>
  </author>
  <url>http://github.com/rsl/skinny_spec/commit/02bad21fa3675d70f129224381cf4687e9be427f</url>
  <id>02bad21fa3675d70f129224381cf4687e9be427f</id>
  <committed-date>2009-11-04T05:48:34-08:00</committed-date>
  <authored-date>2009-10-27T14:04:31-07:00</authored-date>
  <message>Fix case/when statement for Ruby 1.9</message>
  <tree>bf1eee4a12dd00b9470578c577b0ef59d7548fa1</tree>
  <committer>
    <name>Russell Norris</name>
    <email>rsl@luckysneaks.com</email>
  </committer>
</commit>
