Module: FileHelper::TestFiles::Names

Included in:
FileHelper::TestFiles
Defined in:
lib/file_spec/file_helpers/test_files.rb

Instance Method Summary collapse

Instance Method Details

#test_fileObject



11
12
13
# File 'lib/file_spec/file_helpers/test_files.rb', line 11

def test_file
  'test.txt'
end

#test_file2Object



15
16
17
# File 'lib/file_spec/file_helpers/test_files.rb', line 15

def test_file2
  'test2.txt'
end

#test_filesObject



19
20
21
# File 'lib/file_spec/file_helpers/test_files.rb', line 19

def test_files
  [test_file, test_file2] 
end