class M::Runners::UnsupportedFramework

def not_supported

def not_supported
  warn "This test framework is not supported! Please open up an issue at https://github.com/qrush/m !"
  false
end

def run _test_arguments

def run _test_arguments
  not_supported
end

def suites

def suites
  not_supported
  []
end