Module: TestBench::Session::Controls::Events::FileNotFound::Other

Defined in:
lib/test_bench/session/controls/events/file_not_found.rb

Class Method Summary collapse

Class Method Details

.exampleObject



27
28
29
# File 'lib/test_bench/session/controls/events/file_not_found.rb', line 27

def self.example
  FileNotFound.example(file:)
end

.fileObject



31
32
33
# File 'lib/test_bench/session/controls/events/file_not_found.rb', line 31

def self.file
  Path::File.other_example
end