<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,7 +11,7 @@ Feature: Command Options
     When I copy fixture &quot;walking_player.rb&quot; to &quot;tmp/ruby-warrior/joe-beginner/player.rb&quot;
     And I run rubywarrior with options &quot;-d tmp/ruby-warrior/joe-beginner -t 0&quot;
     And I answer &quot;y&quot; to &quot;next level&quot;
-    Then I should see &quot;directory for the next level&quot;
+    Then I should see &quot;the updated README in the ruby-warrior/joe-beginner directory&quot;
   
   Scenario: Skip user input with -s option
     Given a profile named &quot;Joe&quot; on &quot;beginner&quot;
@@ -20,7 +20,7 @@ Feature: Command Options
     Then I should see &quot;current level&quot;
     When I run rubywarrior with options &quot;-d tmp/ruby-warrior/joe-beginner -t 0&quot;
     And I answer &quot;y&quot; to &quot;next level&quot;
-    Then I should see &quot;directory for the next level&quot;
+    Then I should see &quot;the updated README in the ruby-warrior/joe-beginner directory&quot;
     When I run rubywarrior with options &quot;-d tmp/ruby-warrior/joe-beginner -t 0 -s&quot;
     Then I should see &quot;failed level 2&quot;
   
@@ -37,7 +37,7 @@ Feature: Command Options
     And I run rubywarrior
     And I choose &quot;Bill - short - level 1&quot; for &quot;profile&quot;
     Then I answer &quot;y&quot; to &quot;next level&quot;
-    And I should see &quot;next level&quot;
+    And I should see &quot;the updated README in the ruby-warrior/bill-short directory&quot;
     When I run rubywarrior
     And I choose &quot;Bill - short - level 2&quot; for &quot;profile&quot;
     Then I answer &quot;y&quot; to &quot;epic&quot;</diff>
      <filename>features/command_options.feature</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ Feature: Play levels
     And I run rubywarrior
     And I choose &quot;Joe - beginner - level 1&quot; for &quot;profile&quot;
     And I answer &quot;y&quot; to &quot;next level&quot;
-    Then I should see &quot;directory for the next level&quot;
+    Then I should see &quot;the updated README in the ruby-warrior/joe-beginner directory&quot;
     When I run rubywarrior
     And I choose &quot;Joe - beginner - level 2&quot; for &quot;profile&quot;
     And I answer &quot;y&quot; to &quot;clues&quot;
@@ -36,7 +36,7 @@ Feature: Play levels
     And I run rubywarrior
     And I choose &quot;Bill - short - level 1&quot; for &quot;profile&quot;
     Then I answer &quot;y&quot; to &quot;next level&quot;
-    And I should see &quot;next level&quot;
+    And I should see &quot;the updated README in the ruby-warrior/bill-short directory&quot;
     When I run rubywarrior
     And I choose &quot;Bill - short - level 2&quot; for &quot;profile&quot;
     Then I answer &quot;y&quot; to &quot;epic&quot;</diff>
      <filename>features/levels.feature</filename>
    </modified>
    <modified>
      <diff>@@ -43,4 +43,4 @@ Feature: Manage Profiles
     When I copy fixture &quot;walking_player.rb&quot; to &quot;tmp/ruby-warrior/joe-beginner/player.rb&quot;
     And I run rubywarrior
     And I answer &quot;y&quot; to &quot;next level&quot;
-    Then I should see &quot;directory for the next level&quot;
+    Then I should see &quot;the updated README in the ruby-warrior/joe-beginner directory&quot;</diff>
      <filename>features/profiles.feature</filename>
    </modified>
    <modified>
      <diff>@@ -25,7 +25,7 @@ class MockIO
       begin
         content += gets
       rescue Timeout
-        raise &quot;Unable to find #{phrase} in #{content}&quot;
+        raise &quot;Unable to find \&quot;#{phrase}\&quot; in \&quot;#{content}\&quot;&quot;
       end
     end
     content</diff>
      <filename>features/support/mockio.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1d39e0ee2af3e47311eb5a7452cf3fe5bb3f3c3c</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Bates</name>
    <email>ryan@railscasts.com</email>
  </author>
  <url>http://github.com/ryanb/ruby-warrior/commit/096d3468f1df79ce1a429da87720a180e5c7d37a</url>
  <id>096d3468f1df79ce1a429da87720a180e5c7d37a</id>
  <committed-date>2009-11-04T21:07:32-08:00</committed-date>
  <authored-date>2009-11-04T21:07:32-08:00</authored-date>
  <message>fixing features for new directory wording</message>
  <tree>28e1f5cffece05e0f713043782cab4b8856d75ce</tree>
  <committer>
    <name>Ryan Bates</name>
    <email>ryan@railscasts.com</email>
  </committer>
</commit>
