<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -40,8 +40,8 @@ end
 #   &lt;%= f.label :alternative %&gt;&lt;br /&gt;
 #   &lt;%= f.datetime_select :alternative %&gt;
 # The following steps would fill out the form:
-# When I select &quot;November 23, 2004 11:20&quot; as the &quot;Preferred&quot; data and time
-# And I select &quot;November 25, 2004 10:30&quot; as the &quot;Alternative&quot; data and time
+# When I select &quot;November 23, 2004 11:20&quot; as the &quot;Preferred&quot; date and time
+# And I select &quot;November 25, 2004 10:30&quot; as the &quot;Alternative&quot; date and time
 When /^I select &quot;([^\&quot;]*)&quot; as the &quot;([^\&quot;]*)&quot; date and time$/ do |datetime, datetime_label|
   select_datetime(datetime, :from =&gt; datetime_label)
 end
@@ -99,12 +99,12 @@ Then /^I should not see &quot;([^\&quot;]*)&quot;$/ do |text|
 end
 
 Then /^the &quot;([^\&quot;]*)&quot; field should contain &quot;([^\&quot;]*)&quot;$/ do |field, value|
-      field_labeled(field).value.should =~ /#{value}/
-  end
+  field_labeled(field).value.should =~ /#{value}/
+end
 
 Then /^the &quot;([^\&quot;]*)&quot; field should not contain &quot;([^\&quot;]*)&quot;$/ do |field, value|
-      field_labeled(field).value.should_not =~ /#{value}/
-  end
+  field_labeled(field).value.should_not =~ /#{value}/
+end
     
 Then /^the &quot;([^\&quot;]*)&quot; checkbox should be checked$/ do |label|
   field_labeled(label).should be_checked</diff>
      <filename>features/step_definitions/webrat_steps.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>172da1f24f9d6b16bec0849c438c8a06e60ff3b7</id>
    </parent>
  </parents>
  <author>
    <name>KAKUTANI Shintaro</name>
    <email>shintaro@kakutani.com</email>
  </author>
  <url>http://github.com/kakutani/rubykaigi/commit/d869ec58cf8243914c641f8d55378834118c5ae4</url>
  <id>d869ec58cf8243914c641f8d55378834118c5ae4</id>
  <committed-date>2009-05-25T08:45:13-07:00</committed-date>
  <authored-date>2009-05-25T08:45:13-07:00</authored-date>
  <message>format</message>
  <tree>0fc026f236338ec5b95f87ba43e849c72e56cdbe</tree>
  <committer>
    <name>KAKUTANI Shintaro</name>
    <email>shintaro@kakutani.com</email>
  </committer>
</commit>
