class Gisdatigo::Runner::PreProcessor

Public Instance Methods

check() click to toggle source
# File lib/gisdatigo/runner/pre_processor.rb, line 4
def check
  puts "Prechecking the state:"
  test("Your application has failling tests, please fix them!")
end