<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,6 +17,15 @@ Feature: Manage posts
     Then I should see &quot;title 1&quot;
     And I should see &quot;body 1&quot;
 
+  Scenario: Attempt to create an invalid post
+    Given I sign in as &quot;email@domain.com/password&quot;
+	And I am on the new post page
+    When I fill in &quot;Title&quot; with &quot;&quot;
+    And I fill in &quot;Body&quot; with &quot;&quot;
+    And I press &quot;Create&quot;
+    Then I should see &quot;Title can't be blank&quot;
+    And I should see &quot;Body can't be blank&quot;
+
    Scenario: Create a new draft post
     Given I sign in as &quot;email@domain.com/password&quot;
 	And I am on the new post page</diff>
      <filename>features/manage_posts.feature</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>57f104fb1b4ccf13e8a83e7832ca6dc9463d0b64</id>
    </parent>
  </parents>
  <author>
    <name>Andrew Chalkley</name>
    <email>andrew@chalkley.org</email>
  </author>
  <url>http://github.com/chalkers/blog-full-features/commit/41baf7177663f941c73e5beb032af1f398bbd447</url>
  <id>41baf7177663f941c73e5beb032af1f398bbd447</id>
  <committed-date>2009-05-28T00:38:23-07:00</committed-date>
  <authored-date>2009-05-28T00:38:23-07:00</authored-date>
  <message>Adding invalid post</message>
  <tree>dd9d3c4a99f00ac289deac3a66369421d89f147e</tree>
  <committer>
    <name>Andrew Chalkley</name>
    <email>andrew@chalkley.org</email>
  </committer>
</commit>
