<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,6 +5,6 @@ When /^I go to &quot;(.*)&quot;$/ do |page|
   else
     page
   end
-  visits url
+  visit url
 end
 </diff>
      <filename>features/step_definitions/navigation_steps.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,35 +5,35 @@ require 'erb'
 include ERB::Util
 
 When /^I press &quot;(.*)&quot;$/ do |button|
-  clicks_button(button)
+  click_button(button)
 end
 
 When /^I follow &quot;(.*)&quot;$/ do |link|
-  clicks_link(link)
+  click_link(link)
 end
 
 When /^I fill in &quot;(.*)&quot; with &quot;(.*)&quot;$/ do |field, value|
-  fills_in(field, :with =&gt; value) 
+  fill_in(field, :with =&gt; value) 
 end
 
 When /^I select &quot;(.*)&quot; from &quot;(.*)&quot;$/ do |value, field|
-  selects(value, :from =&gt; field) 
+  select(value, :from =&gt; field) 
 end
 
 When /^I check &quot;(.*)&quot;$/ do |field|
-  checks(field) 
+  check(field) 
 end
 
 When /^I uncheck &quot;(.*)&quot;$/ do |field|
-  unchecks(field) 
+  uncheck(field) 
 end
 
 When /^I choose &quot;(.*)&quot;$/ do |field|
-  chooses(field)
+  choose(field)
 end
 
 When /^I attach the file at &quot;(.*)&quot; to &quot;(.*)&quot; $/ do |path, field|
-  attaches_file(field, path)
+  attach_file(field, path)
 end
 
 Then /^I should see &quot;(.*)&quot;$/ do |text|</diff>
      <filename>features/step_definitions/webrat_steps.rb</filename>
    </modified>
    <modified>
      <diff>@@ -7,6 +7,7 @@ Cucumber::Rails.use_transactional_fixtures
 # Comment out the next line if you're not using RSpec's matchers (should / should_not) in your steps.
 require 'cucumber/rails/rspec'
 require 'webrat'
+require 'webrat/rails'
 
 
 # Clear out the database, just in case</diff>
      <filename>features/support/env.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ce01efb50272315ffc16b2d6a1c3b28c0719fc96</id>
    </parent>
  </parents>
  <author>
    <name>Paul Cortens</name>
    <email>paul@thoughtless.ca</email>
  </author>
  <url>http://github.com/thoughtless/cuc_demo/commit/39c51306e4d537c36674044ad36d704baaecb946</url>
  <id>39c51306e4d537c36674044ad36d704baaecb946</id>
  <committed-date>2008-12-22T16:48:07-08:00</committed-date>
  <authored-date>2008-12-22T16:48:07-08:00</authored-date>
  <message>upgrade for latest version of webrat</message>
  <tree>ec05e6f2cedbe9c13e6586513e4a624826af282f</tree>
  <committer>
    <name>Paul Cortens</name>
    <email>paul@thoughtless.ca</email>
  </committer>
</commit>
