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
-
#rspec_path ⇒ Object
readonly
Returns the value of attribute rspec_path.
-
#test_dir ⇒ Object
readonly
Returns the value of attribute test_dir.
-
#tmp_dir ⇒ Object
readonly
Returns the value of attribute tmp_dir.
Instance Attribute Details
#rspec_path ⇒ Object (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_dir ⇒ Object (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_dir ⇒ Object (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 |