<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,9 +1,9 @@
 Then /^I should see &quot;(.*)&quot;$/ do |text|
-  response.body.should =~ /#{text}/m
+  response.body.to_s.should =~ /#{text}/m
 end
 
 Then /^I should not see &quot;(.*)&quot;$/ do |text|
-  response.body.should_not =~ /#{text}/m
+  response.body.to_s.should_not =~ /#{text}/m
 end
 
 Then /^I should see an? (\w+) message$/ do |message_type|</diff>
      <filename>lib/generators/cucumber/templates/features/steps/common_result_steps.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f82675119c4a45e4059d81f8c2684f5d6af31fcd</id>
    </parent>
  </parents>
  <author>
    <name>Kurt Schrader</name>
    <email>kurt@karmalab.org</email>
  </author>
  <url>http://github.com/kschrader/merb_cucumber/commit/d558e2ec5a304233adef8b03830eb1b560b71e94</url>
  <id>d558e2ec5a304233adef8b03830eb1b560b71e94</id>
  <committed-date>2008-12-02T17:36:32-08:00</committed-date>
  <authored-date>2008-12-02T17:36:32-08:00</authored-date>
  <message>Make sure that the common result steps to check for text in the page work by converting the body to a string.</message>
  <tree>e0fee89470338aa973c995f0c6624fd3b63db203</tree>
  <committer>
    <name>Kurt Schrader</name>
    <email>kurt@karmalab.org</email>
  </committer>
</commit>
