Class: Simp::Rake::Helpers

Inherits:
Object
  • Object
show all
Defined in:
lib/simp/rake/helpers.rb,
lib/simp/rake/helpers/version.rb,
lib/simp/rake/helpers/rpm_spec.rb

Defined Under Namespace

Modules: RPMSpec

Constant Summary collapse

VERSION =
'3.2.0'

Instance Method Summary collapse

Constructor Details

#initialize(dir = Dir.pwd) ⇒ Helpers

dir = top-level of project,



9
10
11
12
13
14
15
# File 'lib/simp/rake/helpers.rb', line 9

def initialize( dir = Dir.pwd )
  Simp::Rake::Pkg.new( dir ) do | t |
    t.clean_list << "#{t.base_dir}/spec/fixtures/hieradata/hiera.yaml"
  end

  Simp::Rake::Fixtures.new( dir )
end