class Gisdatigo::TestManager

Public Class Methods

check_units() click to toggle source
# File lib/gisdatigo/test_manager.rb, line 5
def self.check_units
  system("#{Gisdatigo.configurations[:test_command]} > /dev/null 2>&1")
end