<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 ---
 gems:
 - name: rails
-  version: 2.0.2
+  version: 2.1.0
 - name: cgi_multipart_eof_fix
   version: 2.5.0
 - name: daemons</diff>
      <filename>config/geminstaller.yml</filename>
    </modified>
    <modified>
      <diff>@@ -36,7 +36,7 @@ describe Vote do
       end
     end
   end
-  
+
   describe &quot;Validations&quot; do
     describe &quot;#user_id&quot; do
       it &quot;must not be blank&quot; do
@@ -76,7 +76,8 @@ describe Vote do
     end
 
     it &quot;has an initial state of neutral&quot; do
-      Vote.new.state.should == 'neutral'
+      vote = Vote.create!(:pain_point_id =&gt; pain_points(:unclear_domain).id, :user_id =&gt; users(:quentin).id)
+      vote.state.should == 'neutral'
     end
 
     describe &quot;#up_vote&quot; do</diff>
      <filename>spec/models/vote_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0b1dbcfde30e1735c4c22cc2b6454edace0addce</id>
    </parent>
  </parents>
  <author>
    <name>Brian Takita</name>
    <email>brian.takita@gmail.com</email>
  </author>
  <url>http://github.com/btakita/pain-point/commit/1f5cc47ed48dec9bcc5a1d0209d652ddfda52954</url>
  <id>1f5cc47ed48dec9bcc5a1d0209d652ddfda52954</id>
  <committed-date>2008-06-18T23:18:59-07:00</committed-date>
  <authored-date>2008-06-18T23:18:59-07:00</authored-date>
  <message>Using Rails 2.1.0</message>
  <tree>24acac47ad0f919d1ac0c46146faf741fd4c3159</tree>
  <committer>
    <name>Brian Takita</name>
    <email>brian.takita@gmail.com</email>
  </committer>
</commit>
