<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2007 Mark Van Holstyn
+Copyright (c) 2007 Mark Van Holstyn, Zach Dennis
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 require File.dirname(__FILE__) + '/../spec_helper'
 
-describe &quot;User without the privilege user&quot; do
+describe &quot;User without privileges&quot; do
   controller_name &quot;comments&quot;
   fixtures :users, :groups
 
@@ -12,22 +12,22 @@ describe &quot;User without the privilege user&quot; do
     login_as 'user_without_privileges'
   end
 
-  they &quot;should be redirected to the dashboard when requesting index&quot; do
+  is &quot;redirected to the dashboard when requesting index&quot; do
     get :index, :story_id=&gt;@story_id, :project_id=&gt;@project_id
     response.should redirect_to(dashboard_path)
   end
 
-  they &quot;should be redirected to the dashboard when requesting new&quot; do
+  is &quot;redirected to the dashboard when requesting new&quot; do
     get :new, :story_id=&gt;@story_id, :project_id=&gt;@project_id
     response.should redirect_to(dashboard_path)
   end
 
-  they &quot;should be redirected to the dashboard controller when trying to post a comment&quot; do
+  is &quot;redirected to the dashboard controller when trying to post a comment&quot; do
     post :create, :story_id=&gt;@story_id, :project_id=&gt;@project_id
     response.should redirect_to(dashboard_path)
   end
 
-  they &quot;should be redirected to the dashboard controller when trying to post a comment with xhr&quot; do
+  is &quot;redirected to the dashboard controller when trying to post a comment with xhr&quot; do
     xhr :post, :create, :story_id=&gt;@story_id, :project_id=&gt;@project_id
     response.should redirect_to(dashboard_path)
   end</diff>
      <filename>spec/controllers/comments_controller_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -34,4 +34,5 @@ end
 
 module Spec::DSL::BehaviourEval::ModuleMethods
   alias_method :they, :it
+  alias_method :is, :it
 end</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -13,14 +13,3 @@ module ActionView #:nodoc:
     end
   end
 end
-
-
-
-
-
-
-
-
-
-
-</diff>
      <filename>vendor/plugins/rspec_on_rails/lib/spec/rails/extensions/action_view/base.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f09da84fa3bb98ccb7da9b7cf3b0db21ae4510b7</id>
    </parent>
  </parents>
  <author>
    <name>zdennis</name>
    <email>zdennis@b1a0fcd8-281e-0410-b946-bf040eef99c3</email>
  </author>
  <url>http://github.com/zdennis/strac/commit/5dd843295b2d18fb2e87747f160914793cc00aa1</url>
  <id>5dd843295b2d18fb2e87747f160914793cc00aa1</id>
  <committed-date>2007-07-17T22:31:46-07:00</committed-date>
  <authored-date>2007-07-17T22:31:46-07:00</authored-date>
  <message>added my name to strac license since I am a co-author

git-svn-id: http://rails.lotswholetime.com/svn/strac/trunk@474 b1a0fcd8-281e-0410-b946-bf040eef99c3</message>
  <tree>9e917b2a226b30b4256a1de6cd303be8bc1fae67</tree>
  <committer>
    <name>zdennis</name>
    <email>zdennis@b1a0fcd8-281e-0410-b946-bf040eef99c3</email>
  </committer>
</commit>
