<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -51,7 +51,6 @@ end
 
 task :release =&gt; [:update_timestamp]
 
-
 # Generate documentation
 Rake::RDocTask.new do |rd|
   rd.main = &quot;Readme.txt&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -10,10 +10,4 @@ cloud :binary_testing_cloud do
     listen &quot;8080&quot;
     has_file :name =&gt; &quot;/etc/apache2/apache2.conf&quot;
   end
-  
-  case_of &quot;hostname&quot; do
-    when_is 'master' do            
-      has_package :name=&gt;'haproxy'
-    end
-  end
 end
\ No newline at end of file</diff>
      <filename>spec/bin/fixtures/bin_cloud_for_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -81,12 +81,6 @@ describe &quot;ChefResolver&quot; do
           has_file :name =&gt; &quot;/etc/apache2/apache2.conf&quot;, :template =&gt; &quot;#{::File.dirname(__FILE__)}/../fixtures/test_template.erb&quot;, :friends =&gt; &quot;bob&quot;
           has_exec :command =&gt; &quot;ls /etc/apache2&quot;
         end
-        
-        case_of &quot;hostname&quot; do
-          when_is 'master' do            
-            has_package :name=&gt;'haproxy'
-          end
-        end
       end
       @properties = @cloud.to_properties_hash
       </diff>
      <filename>spec/poolparty/dependency_resolver/chef_resolver_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,6 +4,8 @@ require 'rake/testtask'
 require 'rake/rdoctask'
 
 task :default  =&gt; [:spec, :test]
+desc &quot;Update vendor directory and run tests&quot;
+task :ci =&gt; [&quot;poolparty:vendor:update&quot;, :spec, :test]
 
 Spec::Rake::SpecTask.new(:spec) do |t|
   t.warning = t.rcov = false</diff>
      <filename>tasks/spec.rake</filename>
    </modified>
    <modified>
      <diff>@@ -72,12 +72,6 @@ class TestPuppetResolver &lt; Test::Unit::TestCase
           has_file :name =&gt; &quot;/etc/apache2/apache2.conf&quot;, :template =&gt; &quot;#{::File.dirname(__FILE__)}/../../fixtures/test_template.erb&quot;, :friends =&gt; &quot;bob&quot;
           has_exec :command =&gt; &quot;ls /etc/apache2&quot;
         end
-
-        case_of &quot;hostname&quot; do
-          when_is 'master' do            
-            has_package :name=&gt;'haproxy'
-          end
-        end
       end
       @properties = @cloud.to_properties_hash
 
@@ -92,10 +86,6 @@ class TestPuppetResolver &lt; Test::Unit::TestCase
     should &quot;should include apache class&quot; do
       @compiled.should =~ /class apache \{/
     end
-    should &quot;should include the case statement&quot; do
-      @compiled.should =~ /case \$hostname \{/
-      @compiled.should =~ /master : \{/
-    end
     should &quot;should require the file to have the directory (written as file)&quot; do
       @compiled.should =~ /require =&gt; File\[\&quot;\/var\/www\&quot;\]/
     end</diff>
      <filename>test/poolparty/dependency_resolver/puppet_resolver_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Subproject commit 3b2309a864208e851818c31bb7810b3ed2258f11
+Subproject commit 3770b5c3dd36ae9953ab5766d7ac1ec311fe1328</diff>
      <filename>vendor/gems/parenting</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>spec/poolparty/services/conditional_spec.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>adb70e36562014cd680e2aca136bdf00bab02374</id>
    </parent>
  </parents>
  <author>
    <name>Ari Lerner</name>
    <email>arilerner@mac.com</email>
  </author>
  <url>http://github.com/auser/poolparty/commit/b9f71c0a68371ca9d4b9aa68aa7483c53c42810d</url>
  <id>b9f71c0a68371ca9d4b9aa68aa7483c53c42810d</id>
  <committed-date>2009-04-30T16:58:30-07:00</committed-date>
  <authored-date>2009-04-30T16:58:30-07:00</authored-date>
  <message>Fixed specs and tests as well as added rake ci for integrity</message>
  <tree>768c5e7b2b6b5d438edb85086cce32fbda16d260</tree>
  <committer>
    <name>Ari Lerner</name>
    <email>arilerner@mac.com</email>
  </committer>
</commit>
