Module: FileHelper::TestSymlinks::Files::Names

Included in:
FileHelper::TestSymlinks::Files
Defined in:
lib/file_spec/file_helpers/test_symlinks.rb

Instance Method Summary collapse

Instance Method Details

#sym_test_fileObject



5
6
7
# File 'lib/file_spec/file_helpers/test_symlinks.rb', line 5

def sym_test_file
  "sym-#{test_file}"
end

#sym_test_file2Object



9
10
11
# File 'lib/file_spec/file_helpers/test_symlinks.rb', line 9

def sym_test_file2
  "sym-#{test_file2}"
end

#sym_test_filesObject



13
14
15
# File 'lib/file_spec/file_helpers/test_symlinks.rb', line 13

def sym_test_files
  [sym_test_file, sym_test_file2]
end