Module: RspecFileChef::DirInitializer

Included in:
FileChef
Defined in:
lib/rspec_file_chef/dir_initializer.rb

Constant Summary collapse

HELPER_PATH =
'support/helpers/file_chef'.freeze

Instance Attribute Summary collapse

Instance Attribute Details

#rspec_pathObject (readonly)

Returns the value of attribute rspec_path.



5
6
7
# File 'lib/rspec_file_chef/dir_initializer.rb', line 5

def rspec_path
  @rspec_path
end

#test_dirObject (readonly)

Returns the value of attribute test_dir.



5
6
7
# File 'lib/rspec_file_chef/dir_initializer.rb', line 5

def test_dir
  @test_dir
end

#tmp_dirObject (readonly)

Returns the value of attribute tmp_dir.



5
6
7
# File 'lib/rspec_file_chef/dir_initializer.rb', line 5

def tmp_dir
  @tmp_dir
end