<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,23 +1,23 @@
 # Commonly used webrat steps
 # http://github.com/brynary/webrat
 
-When /I press &quot;(.*)&quot;/ do |button|
+When /^I press &quot;(.*)&quot;$/ do |button|
   clicks_button(button)
 end
 
-When /I follow &quot;(.*)&quot;/ do |link|
+When /^I follow &quot;(.*)&quot;$/ do |link|
   clicks_link(link)
 end
 
-When /I fill in &quot;(.*)&quot; with &quot;(.*)&quot;/ do |field, value|
+When /^I fill in &quot;(.*)&quot; with &quot;(.*)&quot;$/ do |field, value|
   fills_in(field, :with =&gt; value) 
 end
 
-When /I check &quot;(.*)&quot;/ do |field|
+When /^I check &quot;(.*)&quot;$/ do |field|
   checks(field) 
 end
 
-When /I go to (.*)/ do |page|
+When /^I go to (.*)$/ do |page|
   visits case page
   when &quot;the home page&quot;
     &quot;/&quot;
@@ -26,10 +26,10 @@ When /I go to (.*)/ do |page|
   end
 end
 
-Then /I should see &quot;(.*)&quot;/ do |text|
+Then /^I should see &quot;(.*)&quot;$/ do |text|
   response.body.should =~ /#{text}/m
 end
 
-Then /I should not see &quot;(.*)&quot;/ do |text|
+Then /^I should not see &quot;(.*)&quot;$/ do |text|
   response.body.should_not =~ /#{text}/m
 end</diff>
      <filename>generators/cucumber/templates/common_webrat.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>49c91d67850b2202b0e08ccad238743d9e197cd9</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/tmak/cucumber/commit/f41fb47e321a8c9b7f14cc3ef332df1a21b57b9b</url>
  <id>f41fb47e321a8c9b7f14cc3ef332df1a21b57b9b</id>
  <committed-date>2008-09-17T17:09:00-07:00</committed-date>
  <authored-date>2008-09-17T17:09:00-07:00</authored-date>
  <message>tighten up regexps</message>
  <tree>d29fc3af62d0c3fdfcf7c0c1e0cb3a7880cb5d04</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
