<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,4 +3,5 @@ doc
 .DS_Store
 tmp
 *.log
-.test-result
\ No newline at end of file
+.test-result
+*.gem
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,7 @@
+* In generated projects:
+  * Added step: I should see &quot;...&quot;
+  * Defined @lib_path in env.rb
+
 === 1.5.2 2009-08-03
 
 * allow any recent redcloth version for ruby 1.9 support</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -103,6 +103,11 @@ Then /help options &quot;(.*)&quot; and &quot;(.*)&quot; are displayed/ do |opt1, opt2|
   actual_output.should match(/#{opt2}/)
 end
 
+Then /^I should see &quot;([^\&quot;]*)&quot;$/ do |text|
+  actual_output = File.read(@stdout)
+  actual_output.should 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>
      <diff>@@ -103,6 +103,11 @@ Then /help options &quot;(.*)&quot; and &quot;(.*)&quot; are displayed/ do |opt1, opt2|
   actual_output.should match(/#{opt2}/)
 end
 
+Then /^I should see &quot;([^\&quot;]*)&quot;$/ do |text|
+  actual_output = File.read(@stdout)
+  actual_output.should contain(text)
+end
+
 Then /^I should see$/ do |text|
   actual_output = File.read(@stdout)
   actual_output.should contain(text)</diff>
      <filename>rubygems_generators/install_cucumber/templates/features/step_definitions/common_steps.rb</filename>
    </modified>
    <modified>
      <diff>@@ -8,6 +8,7 @@ require 'spec'
 Before do
   @tmp_root = File.dirname(__FILE__) + &quot;/../../tmp&quot;
   @home_path = File.expand_path(File.join(@tmp_root, &quot;home&quot;))
+  @lib_path  = File.expand_path(File.dirname(__FILE__) + &quot;/../../lib&quot;)
   FileUtils.rm_rf   @tmp_root
   FileUtils.mkdir_p @home_path
   ENV['HOME'] = @home_path</diff>
      <filename>rubygems_generators/install_cucumber/templates/features/support/env.rb.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a41ec6fcee4c59507e8c9516100b9684c7543467</id>
    </parent>
  </parents>
  <author>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </author>
  <url>http://github.com/drnic/newgem/commit/bacda94503842e49e0fae40446aba08cf1947935</url>
  <id>bacda94503842e49e0fae40446aba08cf1947935</id>
  <committed-date>2009-08-29T22:04:56-07:00</committed-date>
  <authored-date>2009-08-29T22:04:56-07:00</authored-date>
  <message>* In generated projects:
  * Added step: I should see &quot;...&quot;
  * Defined @lib_path in env.rb</message>
  <tree>9fb12367c4a201c6d14733669a1c38d9ac70d9b5</tree>
  <committer>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </committer>
</commit>
