Class: LogicalConstruct::Testing::ResolveConfiguration

Inherits:
Mattock::Tasklib
  • Object
show all
Defined in:
lib/logical-construct/testing/resolve-configuration.rb

Instance Method Summary collapse

Instance Method Details

#add_file(path) ⇒ Object



16
17
18
# File 'lib/logical-construct/testing/resolve-configuration.rb', line 16

def add_file(path)
  #that's nice, dear
end

#default_configuration(provision) ⇒ Object



12
13
14
# File 'lib/logical-construct/testing/resolve-configuration.rb', line 12

def default_configuration(provision)
  super
end

#defineObject



20
21
22
23
24
25
26
27
28
29
# File 'lib/logical-construct/testing/resolve-configuration.rb', line 20

def define
  in_namespace do
    LogicalConstruct::Testing::ResolvingTask.new do |task|
      task.task_name = "resolve"
      copy_settings_to(task)
    end

    LogicalConstruct::Manifest.new()
  end
end