<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -110,6 +110,11 @@ Then /^I should see &quot;([^\&quot;]*)&quot;$/ do |text|
   actual_output.should contain(text)
 end
 
+Then /^I should not see &quot;([^\&quot;]*)&quot;$/ do |text|
+  actual_output = File.read(@stdout)
+  actual_output.should_not contain(text)
+end
+
 Then /^I should see$/ do |text|
   actual_output = File.read(@stdout)
   actual_output.should contain(text)</diff>
      <filename>features/step_definitions/common_steps.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0be12aa09d22085034e84172a6636f77e99991f8</id>
    </parent>
  </parents>
  <author>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </author>
  <url>http://github.com/langalex/culerity/commit/df35eb36b103a0a6c6c870250e6ea2a743e6a1dd</url>
  <id>df35eb36b103a0a6c6c870250e6ea2a743e6a1dd</id>
  <committed-date>2009-08-31T06:58:20-07:00</committed-date>
  <authored-date>2009-08-31T06:58:20-07:00</authored-date>
  <message>cucumber step added /^I should not see &quot;([^\&quot;]*)&quot;$/</message>
  <tree>aa12fe09b5590701677bb6d877b7e243474aa0dc</tree>
  <committer>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </committer>
</commit>
