<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -65,6 +65,14 @@ module LuckySneaks
     # These methods are designed to be used at the example group [read: &quot;describe&quot;] level
     # to simplify and DRY up common expectations.
     module ExampleGroupMethods
+
+      def create_status_expectation(status)
+        it &quot;should respond with #{status}&quot; do
+          eval_request
+          response.status.should == status
+        end
+      end
+
       # Creates an expectation that the controller method calls &lt;tt&gt;ActiveRecord::Base.find&lt;/tt&gt;.
       # Examples:
       # </diff>
      <filename>lib/lucky_sneaks/controller_spec_helpers.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f2957aa2d0f0332ea7644563f094b79a5551c297</id>
    </parent>
  </parents>
  <author>
    <name>Vitaly Kushner</name>
    <email>vitaly@astrails.com</email>
  </author>
  <url>http://github.com/rsl/skinny_spec/commit/6120386bd2f36343afbcc6562a7c07eb739bc4fd</url>
  <id>6120386bd2f36343afbcc6562a7c07eb739bc4fd</id>
  <committed-date>2009-05-18T07:06:32-07:00</committed-date>
  <authored-date>2009-04-02T16:26:34-07:00</authored-date>
  <message>create_status_expectation

Signed-off-by: Russell Norris &lt;rsl@luckysneaks.com&gt;</message>
  <tree>1f87bedac23520e8dd07f3e51ba4bc67b736b43b</tree>
  <committer>
    <name>Russell Norris</name>
    <email>rsl@luckysneaks.com</email>
  </committer>
</commit>
