Class: PrereqsForTest

Inherits:
Prereqs show all
Defined in:
lib/prereqs/prereqs_for_test.rb

Overview

The PrereqsForTest class stores all test prerequisites.

Instance Method Summary collapse

Methods inherited from Prereqs

#initialize

Constructor Details

This class inherits a constructor from Prereqs

Instance Method Details

#SAMPLEObject

Public: Checks if the back office server can be reached.

Returns true if the back office server was reached, otherwise false.



10
11
12
# File 'lib/prereqs/prereqs_for_test.rb', line 10

def SAMPLE
  ping?('8.8.8.8')
end