Module: FileHelper::TestDirs::Names
- Included in:
- FileHelper::TestDirs
- Defined in:
- lib/file_spec/file_helpers/test_dirs.rb
Instance Method Summary collapse
Instance Method Details
#nested_test_dirs ⇒ Object
16 17 18 |
# File 'lib/file_spec/file_helpers/test_dirs.rb', line 16 def nested_test_dirs ['nested1', 'nested2'] end |
#test_dir ⇒ Object
4 5 6 |
# File 'lib/file_spec/file_helpers/test_dirs.rb', line 4 def test_dir 'test' end |
#test_dir2 ⇒ Object
8 9 10 |
# File 'lib/file_spec/file_helpers/test_dirs.rb', line 8 def test_dir2 'test2' end |
#test_dirs ⇒ Object
12 13 14 |
# File 'lib/file_spec/file_helpers/test_dirs.rb', line 12 def test_dirs [test_dir, test_dir2] end |