<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -95,7 +95,21 @@ We test integration with Cucumber. The available feature tests are rake tasks:
 
   rake features                            # Run Features with Cucumber
   rake features:api                        # Run Features with Cucumber
+  rake features:api:nodes                  # Run Features with Cucumber
+  rake features:api:nodes:create           # Run Features with Cucumber
+  rake features:api:nodes:delete           # Run Features with Cucumber
+  rake features:api:nodes:list             # Run Features with Cucumber
+  rake features:api:nodes:show             # Run Features with Cucumber
+  rake features:api:nodes:update           # Run Features with Cucumber
+  rake features:api:roles                  # Run Features with Cucumber
+  rake features:api:roles:create           # Run Features with Cucumber
+  rake features:api:roles:delete           # Run Features with Cucumber
+  rake features:api:roles:list             # Run Features with Cucumber
+  rake features:api:roles:show             # Run Features with Cucumber
+  rake features:api:roles:update           # Run Features with Cucumber
   rake features:client                     # Run Features with Cucumber
+  rake features:language                   # Run Features with Cucumber
+  rake features:language:recipe_include    # Run Features with Cucumber
   rake features:provider:package:macports  # Run Features with Cucumber
   rake features:provider:remote_file       # Run Features with Cucumber
   rake features:search                     # Run Features with Cucumber</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -127,11 +127,11 @@ Cucumber::Rake::Task.new(:features) do |t|
 end
 
 namespace :features do
-  namespace :api do
-    Cucumber::Rake::Task.new(:api) do |t|
-      t.profile = &quot;api&quot;
-    end
+  Cucumber::Rake::Task.new(:api) do |t|
+    t.profile = &quot;api&quot;
+  end
 
+  namespace :api do
     [ :nodes, :roles].each do |api|
         Cucumber::Rake::Task.new(api) do |apitask|
           apitask.profile = &quot;api_#{api.to_s}&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f8357a1ed907e52d6af97d2f3b84ad530a38743a</id>
    </parent>
  </parents>
  <author>
    <name>AJ Christensen</name>
    <email>aj@opscode.com</email>
  </author>
  <url>http://github.com/opscode/chef/commit/e0c11588ef5caacbf79726508e7eb43629646892</url>
  <id>e0c11588ef5caacbf79726508e7eb43629646892</id>
  <committed-date>2009-06-30T15:09:05-07:00</committed-date>
  <authored-date>2009-06-30T15:09:05-07:00</authored-date>
  <message>CHEF-418: Readme clarification for features</message>
  <tree>b70297ed8eaa422b55d9f1b50fd4d3874119378a</tree>
  <committer>
    <name>AJ Christensen</name>
    <email>aj@opscode.com</email>
  </committer>
</commit>
