Sha256: 3b0566a7d540fbe55d8d41f10086ffa49e27a3165568a05c79a78d7ad0bc3588

Contents?: true

Size: 504 Bytes

Versions: 28

Compression:

Stored size: 504 Bytes

Contents

require "#{File.dirname(__FILE__)}/../../../../test_helper"

include_fixture_resources
PoolParty::Resource.define_resource_methods

class PhpTest < Test::Unit::TestCase
  def setup
    clear!
    @pool = pool :apache_test_pool do
      cloud :httpd do
        php
      end
    end
    @cloud = clouds[clouds.keys.first]
    @base = DependencyResolvers::Chef
  end
  
  def teardown
    FileUtils.rm_rf test_dir
  end
  
  def test_have_apache_in_the_resources
    assert !@cloud.phps.empty?
  end
  
end

Version data entries

28 entries across 28 versions & 3 rubygems

Version Path
auser-poolparty-1.3.0 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.1 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.10 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.11 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.12 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.13 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.14 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.15 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.16 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.17 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.2 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.3 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.4 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.5 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.6 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.7 test/lib/poolparty/plugins/apache2/php5_test.rb
auser-poolparty-1.3.8 test/lib/poolparty/plugins/apache2/php5_test.rb
fairchild-poolparty-1.3.17 test/lib/poolparty/plugins/apache2/php5_test.rb
fairchild-poolparty-1.3.5 test/lib/poolparty/plugins/apache2/php5_test.rb
poolparty-1.3.15 test/lib/poolparty/plugins/apache2/php5_test.rb