Class: PrereqsForTest
- Defined in:
- lib/prereqs/prereqs_for_test.rb
Overview
The PrereqsForTest class stores all test prerequisites.
Instance Method Summary collapse
-
#SAMPLE ⇒ Object
Public: Checks if the back office server can be reached.
Methods inherited from Prereqs
Constructor Details
This class inherits a constructor from Prereqs
Instance Method Details
#SAMPLE ⇒ Object
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 |