Sha256: 79f91ba8bf642b45bc1bbd964e39458adc402d88862460acafaac752db491a0c

Contents?: true

Size: 338 Bytes

Versions: 27

Compression:

Stored size: 338 Bytes

Contents

module PoolParty
  module Resources
    
    class FakeSubclassedPlugin < Resource
      
      def self.has_method_name
        "subclassed"
      end
      
      def after_loaded
        has_file "/etc/my_configs/special_config" do
          requires get_directory("/etc/my_configs")
        end
      end
      
    end
    
  end
end

Version data entries

27 entries across 27 versions & 3 rubygems

Version Path
poolparty-1.4.4 test/fixtures/resources/fake_subclassed_plugin.rb
poolparty-1.4.3 test/fixtures/resources/fake_subclassed_plugin.rb
poolparty-1.4.2 test/fixtures/resources/fake_subclassed_plugin.rb
poolparty-1.4.1 test/fixtures/resources/fake_subclassed_plugin.rb
poolparty-1.4.0 test/fixtures/resources/fake_subclassed_plugin.rb
poolparty-1.3.15 test/fixtures/resources/fake_subclassed_plugin.rb
poolparty-1.3.14 test/fixtures/resources/fake_subclassed_plugin.rb