Method: AutoPilot::PassFailFile#path

Defined in:
lib/auto_pilot/files.rb

#pathObject

TODO make a default and configurable name for the file



35
36
37
# File 'lib/auto_pilot/files.rb', line 35

def path
  @dir + File::SEPARATOR + FILE_NAME
end