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_dirsObject



16
17
18
# File 'lib/file_spec/file_helpers/test_dirs.rb', line 16

def nested_test_dirs
  ['nested1', 'nested2']
end

#test_dirObject



4
5
6
# File 'lib/file_spec/file_helpers/test_dirs.rb', line 4

def test_dir
  'test'
end

#test_dir2Object



8
9
10
# File 'lib/file_spec/file_helpers/test_dirs.rb', line 8

def test_dir2
  'test2'
end

#test_dirsObject



12
13
14
# File 'lib/file_spec/file_helpers/test_dirs.rb', line 12

def test_dirs
  [test_dir, test_dir2]
end